Uninstalling the WEM


Uninstalling the WEM
 
 
This chapter provides the step-by-step procedure of uninstalling WEM application using the GUI-based installation wizard and the console-based installation. Additionally it provides instructions for backing up all the critical files before starting the WEM uninstallation.
This chapter includes the following topics:
 
Important: Unless otherwise specified, all information in this chapter applies to both Sun Solaris- and Red Hat Enterprise Linux-based WEM systems.
 
Understanding the Uninstall Process
Upgrading the Web Element software on the server requires that the currently installed version be uninstalled from the server before the newer version can be installed. Failure to do so will prevent your ability to install the new WEM version.
Important: If you are uninstalling WEM in any clustered setup prior to an upgrade, the node has to be put into maintenance mode first (i.e. removed from the resource group). This ensures that all the processes running on this node are stopped and prevents the active node from failing over to become the standby node. For more information on this procedure, please refer to WEM High Availability Redundancy with Cluster Application in the appendices.
Following is an overview of the uninstall process.
 
Step 1 - Make Backup Copies of All Critical Files
This step requires that you archive, at a minimum, the following files.
 
All data files, typically located in the /<ems_dir>/server/data directory and all subdirectories residing there (i.e. /bulkstats, etc.).
PostgreSQL data files, located in the ~postgres/data or users/postgresx.x.x/data directory. Refer to the Backing-up WEM Databases section of the WEM Database Maintenance chapter in this guide for more information.
Important: Downgrading the WEM application to an earlier version is not supported at this time. You must uninstall the current version and install the older version using the instructions located in Installing the WEM Software chapter of this guide. Please contact your local sales representative for information on preserving data stored by the current WEM instance prior to uninstalling.
 
Step 2 - Uninstall WEM Application
The process used to perform this uninstall is dependent upon the method used to install the version currently running. See the section below for information on how to determine which installation method was used previously.
Whichever uninstall method is used, it is generally preferable to install the new version of the application using the GUI-based installation method.
 
Determining the Best Uninstallation Method
The WEM, and its ancillary components such as the Apache web server and PostgreSQL database engine, may be uninstalled using one of two methods.
 
GUI-based method: This method is the most often used uninstallation procedure. Requirements for using this method include:
Important: If the uninstall GUI does not open, add X-windows port (TCP/6000) in the exception list of Windows firewall.
Console-based method: This method is available to users who do not have an X-Windows client available for remote network connectivity to the WEM server via Telnet or SSH.
It is important to note that the uninstallation method is independent of the method used for installation. For example, if the console-based method was used for installation, either the GUI- or console-based method can be used to uninstall the program.
 
Using the GUI-based Uninstall Method
This section provides instructions for uninstalling the WEM application using the GUI-method.
Important: The GUI-based uninstall script is designed to protect all the historical data files that are currently in use. However, it is still recommended that you manually perform a backup of these files before continuing.
Step 1
Step 2
Go to the directory in which WEM is installed (the /users/ems directory by default) by entering the following command:
cd /<ems_dir>
Step 3
Go to the /_uninst sub-directory by entering the following command:
cd _uninst
Step 4
./uninst
A dialog box appears welcoming you to the WEM uninstallation wizard.
Step 5
Click the Next button. A dialog appears identifying the processes to be stopped.
Step 6
Click Next and follow the on-screen instructions.
Step 7
Click Finish to complete the uninstallation process.
The uninstall script leaves the /ems directory in place with several sub-directories.
Step 8
Optional: If all critical and historical data files have been properly backed up, delete the /ems directory using the following commands:
cd ..
cd ..
rm -R ems
Important: If you decided to keep the /ems directory, it is highly recommended that at the very least you delete the _uninst directory. Failure to remove this directory before installing a new version of the WEM application using the GUI-based installation method will result in a different _uninst directory being created each time you perform a software upgrade. This results in the creation of multiple uninstall directories (i.e. named /_uninst2, /_uninst3, etc.). The uninst file needed for the next uninstall would have to be located there.
 
Using the Console-based Uninstall Method
This section provides instructions for uninstalling the WEM application using the console-based method.
Important: The console-based uninstall script is designed to protect all the historical data files that are currently in use. However, it is still recommended that you manually perform a backup of these files before proceeding with this procedure.
Step 1
Step 2
Go to the directory in which WEM is installed (the /users/ems directory by default) by entering the following command:
cd /<ems_dir>
Step 3
Go to the /_uninst sub-directory by entering the following command:
cd _uninst
Step 4
./uninst
-console
A message appears welcoming you to the WEM uninstallation wizard.
Step 5
Step 6
Step 7
Upon completion, the uninstall script indicates that certain sub-directories were not deleted within the /ems directory.
Step 8
Optional: If all critical and historical data files have been properly backed up, delete the /ems directory using the following commands:
cd ..
cd ..
rm -R ems
Important: If you decide to keep the /ems directory, it is highly recommended that at the very least you delete the _uninst directory. Failure to remove this directory before installing a new version of the WEM application using the GUI-based installation method will result in a different _uninst directory being created each time you perform a software upgrade. This results in the creation of multiple uninstall directories (i.e. named /_uninst2, /_uninst3, etc.). The uninst file needed for the next uninstall would have to be located there.
 
 
Appendix A
Troubleshooting the WEM
 
 
This appendix provides information on troubleshooting the following:
In addition to the above, instructions are also provided for capturing client and server logs. These are provided in the Capturing WEM Client Logs and Capturing WEM Server Logs using Script sections of this appendix.
Important: Unless otherwise specified, all information provided in this chapter applies to both Solaris and Red Hat Enterprise Linux-based WEM systems.
 
Issues Pertaining to Installation
If you received the “ERROR: could not initialize interface awt - exception: java.lang.InternalError: Cannot connect to X11 window server using ':0.0' as the value of the DISPLAY variable.” message, the display settings of your terminal program may be incorrect, or Exceed is not running on the client machine.
The /tmp directory may be full.
Determine the status of the /var/tmp directory by entering the df -k command. If it is at or near capacity, choose another directory for the Host Base Directory parameter setting. This parameter can be set via the installation process.
Received “Unable to install Element Management System <version> over Element Management System: Installed product has newer version.” message when attempting installation.
Determine if WEM packages exist in the /var/sadm/pkg directory. These packages begin with “EMS”. If packages exist, remove them by entering the pkgrm -n EMS* command. Once they’ve been removed, reinstall the application.
Enter the ps -ef | grep server command to determine if any process instances from previous installations are running. If so, stop them using the instructions in the WEM Server Files and Operation chapter of this guide. Once stopped, start the processes for the current installation using the instructions in the same appendix.
 
Issues Related to Starting WEM
The log directory may have been accidentally deleted.
The “ServerPort” and/or “ServerIIOPPort” port values configured for the WEM are in use by other processes.
Verify that the Postgres database is running by entering the ps -ef | grep post command. If is not, follow the instructions in WEM Server Files and Operation chapter of this guide to start it.
Determine if the log directory exists in <ems_dir>/server (default directory) using the ls command to display the contents of the directory. If it is missing, create it using the mkdir command and stop and restart all WEM processes using the instructions in WEM Server Files and Operation chapter of this guide.
Enter the ps -ef | egrep “server|bulkstatparser|bulkstatserver|scriptsrv” command to determine if WEM server processes are running and, if they are, what directory did they originate from. If they’re different, stop the processes and restart the server from within the desired installation directory using the instructions in WEM Server Files and Operation chapter of this guide.
Determine if the “ServerPort” and/or “ServerIIOPPort” port numbers specified in the nms.cfg file (located in the <ems_dir>/server/etc directory by default) are already in use. The default “ServerPort” is 22222, and the default “ServerIIOPPort” is 15000. This can be determined by entering the netstat -a command which displays a list of all the process addresses and ports in use in “ipaddress.port” format. If they are in use, either stop the other processes or configure new values for these parameters.
A .s.PGSQL.5432.lock lock file is present in the /tmp directory prior to starting postgres.
Determine if a previous Postgres instance is still using system resources by entering the ipcs command. If it is, clear the resources by entering the ipcrm command.
NOTE: The table name in the above message is after the 'FROM' keyword.
 
Issues Related to Login
Received “Could not connect to server, destroying applet” message.
Verify that server processes are running using the information in WEM Server Files and Operation chapter of this guide.
Verify that IOR files are present; they are stored in the <ems_dir>/client/<ems-version-number>/ior directory by default. A number of files ending in .ior should be present. These files pertain to various functions supported by the WEM.
Edit the img.html file (located in the <ems_dir>/client directory (by default) to use fixed ports and open the required ports in the firewall. This requires the configuration of the “FIXED_PORT”, “FIXED_PORT_RANGE_START” and “FIXED_PORT_RANGE_END”.
If the user is “superuser”, the set_superuser_password script can be used to reset the “superuser” password to the default. If the user is not “superuser” then the administrator needs to be contacted to reset the user’s password.
Received “Java policy file is outdated or missing” message.
The .java.policy file is either missing from the user’s home directory on the client machine or it has expired.
Verify that the .java.policy file is present in your home directory. Refer to Preparing and Using the Client Workstation chapter of this guide for more information.
Copy the .java.policy file from the “Java Policy File” link provided in img.html file to your home directory. Ensure that no extension (i.e., .txt) is appended to the file.
Important: All instances of the browser must be closed and restarted after the policy file has been updated.
Received “Server could not establish connection with client, therefore notifications will not work.” message.
Edit the img.html file (located in the <ems_dir>/client directory (by default) to use fix ports and open the required ports in the firewall. This requires the configuration of the “FIXED_PORT”, “FIXED_PORT_RANGE_START” and “FIXED_PORT_RANGE_END”.
Check the configuration of the no limit ConsecutiveFailLogin parameter in the ua.cfg file (located in the <ems_dir>/server/etc directory by default). If users are frequently locked out due to reaching the maximum limit, you may consider increasing the limit, or disabling the functionality. You may also consider reducing the amount of time the account is locked out by modifying the configuration of the no locked out LockOutInterval parameter also contained in the ua.cfg file.
 
Issues Related to the Web Browser
This is caused by the browser storing the.jar files for the newer version of the WEM client in its cache.
For JRE versions greater that 1.5: The Temporary Internet Files group in the General tab of the Java Control Panel should be used to disable caching.
For JRE versions greater that 1.6: The Temporary Internet Files group in the General tab of the Java Control Panel should be used to disable caching.
Check the java console and if you get exceptions like "Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError", it could be the case that the browser cache is enabled on your workstation and needs cleanup.
 
Issues Pertaining to CORBA Communication
Ensure ICMP connectivity between the system and the WEM Server using the ping <wem_server_ip_address> command from the chassis’ command prompt. Refer to the Command Line Interface Reference for more information on using this command.
Verify that the ORBEM client identification on the chassis matches that configured on the WEM. The configuration of this parameter on the chassis can be determined by entering the show configuration | grep client CLI command. In WEM, check the ASID (Application Server ID), Port, and SSL-enabled flag (IIOP/SIOP) on the Modify IMG screen. Change these settings as needed.
Check the status of the ORBEM client on the chassis by executing the show orbem client id <client_id> command on the chassis. The “State” should be “Enabled”. If the “State” is “Disabled”, execute the activate client id <client_id> command in the ORBEM Configuration Mode and check the status again-- it should now be “Enabled”.
Verify that the configuration of the IIOP port on the chassis matches that configured for the WEM. The configuration of this parameter on the chassis can be determined by entering the show configuration | grep iiop-port. In WEM, check for the ASID (Application Server ID), Port, and SSL-enabled flag (IIOP/SIOP) on the Modify IMG screen. Change these settings as needed.
Verify that the IIOP transport parameter is enabled on the chassis by entering the show configuration | grep iiop-transport command. If it is not, enable using the instructions found in the System Administration and Configuration Guide.
Check if the SSL is enabled and/or enforced on the WEM. If the SSL is enabled, disable the IIOP transport on the chassis and set the value of IMG Port for the chassis such that it is identical to the SIOP port parameter configured on the chassis.
Received “Callbacks between server and client are not working. Screen cannot be invoked.” message.
Edit the img.html file (located in the <ems_dir>/client directory (by default) to use fix ports and open the required ports in the firewall. This requires the configuration of the "FIXED_PORT", "FIXED_PORT_RANGE_START" and "FIXED_PORT_RANGE_END".
 
Issues Related to Bulk Statistics
Sun Solaris WEM Servers only: Solaris operating system patches may need to be updated.
Verify that the FTP server process is running on the server by issuing the ps -ef | grep in.ftpd command. If it is not, start it.
Check the username and password used to ftp the bulkstats data from the chassis to Web Element Management server. Compare the “FTPUserName” and “FTPPassword” parameters in the nms.cfg file located in the <ems_dir>/server/etc directory by default to the names of administrative users with FTP privileges on the chassis.
Verify that the “destination” directory is configured in the bsparser.cfg file located in the <ems_dir>/server/etc directory by default.
Sun Solaris WEM Servers only: Verify that the latest Solaris operating system patches are installed. Refer to WEM Port and Hardware Information chapter of this guide for more information.
Ensure that the configuration the bulk statistics receiver on the managed system Executing the show bulkstats command on the chassis displays this information. The “Remote File Format” field should contain a valid directory on the WEM Server. (Also verify that this directory exists on the server.) The “Bulkstats Receivers” field should contain the IP address of the WEM Server.
Invalid “sample-interval” parameter configuration on the system.
Verify that the Bulkstats Server process is running by entering the ps -ef | grep bulkstatserver command. If it is not, execute the ./serv bulkstatserver start command from within the server directory (<ems_dir>/server by default).
Verify that the “sample-interval” parameter on the system is set to either “1” or “5”. The value can be determined by entering the show bulkstats command on the command line.
Make sure that “XMLDataEnable” parameter in the etc/bsserver.cfg file is set to “1” (enabled). If it is not, change the setting, save the file, and execute the ./serv bulkstatserver start command from within the server directory (<ems_dir>/server by default).
Received “No matching data found” error when fetching bulkstatistics reports.
Verify that the “sample-interval” parameter on the system is set to either “1” or “5”. The value can be determined by entering the show bulkstats command on the command line.
Verify that the Bulkstatistic Parser process is running by entering the ps -ef | grep bulkstatparser command. If it is not, execute the ./serv parserserver command from within the server directory (<ems_dir>/server by default).
Verify that the bulkstatistics format is compatible with the WEM. Refer to the bs.cfg file (located in the <ems_dir>/server/etc directory by default) for WEM bulkstatistic formatting.
For an existing installation, edit the “XMLDataEnable” parameter in the etc/bsserver.cfg file to be set to “1” (enabled). Once the setting is changed and the files is saved, execute the ./serv bulkstatserver start command from within the server directory (<ems_dir>/server by default).
Important: If XMLFileType is set to 1, it will generate XML files irrespective of the other two mentioned configurables.
Check if OverrideLastAccessFlag in bsserver.cfg is enabled. If it is enabled, disable it and restart the bulkstatserver.
Reconfiguration of schema is not done after upgrade. Refer to the Reconfiguration of Bulkstat Schemas section of this guide for more information.
 
Issues Pertaining to Configuration Backup
Solaris WEM Servers only: Solaris operating system patches may need to be updated.
Verify that the FTP server process is running on the server by issuing the ps -ef | grep in.ftpd command. If it is not, start it.
Solaris WEM servers only: Verify that the latest Solaris operating system patches are installed. Refer to WEM Port and Hardware Information chapter of this guide for more information.
 
Issues Pertaining to Alarms
Verify that the SNMP target IP address and port number configured on the chassis match that of the WEM server. The SNMP target configuration on the chassis can be determined by entering the show snmp transports command. Check this information against the WEM server IP address (“ServerIpAddress”, specified in the nms.cfg file) and the SNMP port number (“SnmpTrapPort”, specified in the fm.cfg file) parameters. (Both of these files are located in the <ems_dir>/server/etc directory by default.)
Verify that the E-mail parameters are properly configured in the fm.cfg file (located in the <ems_dir>/server/etc directory by default).
Verify that the E-mail information configured in the Alarm Configuration dialog of the WEM is correct.
Verify that the Script Server is running by entering the ps -ef | grep scriptsrv command. If it is not, execute the ./serv scriptserver command from within the server directory (<ems_dir>/server by default).
Verify that the script file is located in the <ems_dir>/server/scripts directory (this is the default directory). If it is not, copy the script to that location.
Verify that the script can be executed by entering the ls -al command from within the directory in which the script is located.
 
Issues Pertaining to the Process Monitor (PSMON)
Verify that PSMON is running by entering the ps -ef | grep psmon command. If it is not, start it using the instructions located in WEM Process Monitor chapter of this guide.
The PSMON tries to restart the processes for "numretry" time within a duration of "tmintval" (refer to etc/psmon.cfg) per process. If the process still doesn't start, PSMON no longer monitors this process. Please check the <ems_dir>/log/watchdog.log for details. Try restarting the process using the serv script.
 
Issues Pertaining to Starting and Stopping EMS Processes
When starting or stopping a WEM process, the user receives the error message ld.so.1: httpd: fatal: libgcc_s.so.1: open failed: No such file or directory.
Log into the WEM Server as root and enter the crle command to view the current Default Library Path path. Here is an example where the crle path does not contain the EMS library path:
# crle –u –l $EMS_INSTALL_PATH/server/lib
Log into the WEM Server as root and verify that the ems.conf file is present in the /<ems_dir> /etc/ld.so.conf.d/ directory. To view the exsiting ems.conf file, enter the following commands:
If the ems.conf file is not present, enter the following commands to create it:
# cd /<ems_dir>/ems/server/lib
Verify that the /etc/ld.so.conf file contains the ld.so.conf.d/*.conf entry. If the entry is not present, add it to the /etc/ld.so.conf file.
 
Issues Pertaining to Java
Update the.java.policy file on any client machine that uses JRE 1.6.0_24 and above with the following line:
An error message displays to update the.java.policy file when the user invokes the WEM url. This is typical with newer WEM builds.
Download the .java.policy file again from the options located on the WEM splash screen.
The WEM Process Monitoring dialog shows “Could not connect to server. Screen will not be invoked”.
Library=C:\Program Files\Java\j2re1.4.2_04\bin\jsound.dll
 
Issues Pertaining to WEM Upgrade
 
Capturing WEM Client Logs
In the event that an issue exists that could not be solved using the information provided previously in this chapter, you may need to capture client logs for debugging purposes. This section provides information on how to utilize logging for WEM clients.
Step 1
Step 2
Step a
Right-mouse click on the Java(TM) 2 Platform icon in the status area (Windows System Tray).
Step b
Select Open Console from the menu.
Step 3
Step 4
The Java Console contains log messages that could be used for debugging the issue.
 
Capturing WEM Server Logs using Script
In the event additional troubleshooting assistance is required, debugging information can be collected using a script called getSupportDetails.pl. This script collects different log files and captures the output of certain system commands that aid in troubleshooting issues. This script is packaged with the WEM Server in the <EMS_INSTALL_DIR>/tools/supportdetails/ directory.
This script refers to an XML file to get the list of logs. This XML resides in the same directory as the script. Once executed, the script retrieves the contents of logs, files, folders, and output of certain commands and prepares a zipped file (/tmp/log/emssupportDetails.tar.gz), by default it is placed in /tmp/log directory.
 
Requirements:
Perl 5.8.5 and above is required for running the script. This is packaged with the WEM Server.
Apart from standard Perl modules (which are included in default installation of Perl), some additional modules are required for running the script. The list is as follows:
 
These modules are installed by default by the WEM application. Please ensure that the above mentioned modules are installed when using a different installation of Perl.
To run the script, go to the path where the script is present and enter:
./getSupportDetails.pl [--level=...] [--xmlfile=...] [--outputDir=] [--help]
Default: getSupportDetails.xml
Specifies the output directory for the emssupportDetails.tar.gz file if different from the default output directory (/tmp/).
For example:
./getSupportDetails --level=4 --xmlfile=/tmp/something.xml --outputDir=/mywemlogscripts
 
WEM IP Address Change Procedure
In the event the customer’s network evolves, the IP address of the WEM server might be required to change from the existing one. In order to change the WEM server IP address, use the following defined IP planning process:
Step 1
./serv stop
Step 2
ifconfig bge0 192.168.1.1 netmask 255.255.255.0 up
Step 3
vi nms.cfg
Replace the IP address with the new IP address in the modify serverIpAddress field. For example:
ServerIpAddress = 192.168.1.1
Save the file after making the appropriate changes.
Step 4
# cat /etc/hosts
<IP address> localhost
<new_IP_address> solaris_hostname
#
Step 5
./serv start
Important: /etc/netmasks needs to be modified if the user is subnetting existing address and subsequently using a different network mask than the default one. If the netmask being used for a given IP address is a default one, then there is no need to modify this file.
 
 
Appendix B
WEM High Availability Redundancy with Cluster Application
 
 
Systems that rely on running Web Element Manager on a single server to manage their networks face the possibility of service disruption should the server fail. By using Oracle Solaris Cluster software, it is now possible to create redundant Web Element Manager servers with a primary host server running an active instance of Web Element Manager, and a redundant server in standby mode. This appendix provides information to help you successfully configure redundant instances of Web Element Manager over multiple servers. This appendix works closely with the Installing the WEM Software chapter in this guide.
Important: Cluster configuration is not supported on Cisco Red Hat Enterprise Linux (RHEL) operating systems for this software release (12.2).
This appendix addresses the following topics:
 
 
System Requirements
Requirements for implementing High Availability are as follows:
Web Element Manager must be installed on a minimum of two Sun Netra™ T5220 servers equipped with the hardware described in the Server Hardware Requirements section of this guide. We recommend a cluster installation restricted to two servers configured similar to that shown in the diagram below. The sample configurations in this appendix assume such an installation.
Important: Ensure you have installed the latest version of Oracle Solaris software and all appropriate software patches as described in the Operating System Requirements section.
IPMP is a feature supported on Oracle Solaris. For more complete configuration information, refer to Configuring IPMP for WEM Server and also to the Oracle product documentation.
Oracle Solaris Cluster is a feature provided and supported by Oracle. For more complete information on configuring Resource Groups, refer to the Oracle Solaris Cluster product documentation.
 
Installing Web Element Manager for Failover Mode
This section specifies the configuration changes required when installing WEM in Failover Mode rather than Standalone Mode when following the installation instructions in the Installing the WEM Software chapter. For this release, please use the GUI to perform the installation rather than the command line.
Important: Install and configure Web Element Manager in Failover Mode on both servers before configuring a cluster resource group.
The following items are either different from, or prerequisites for, the installation steps defined in the Installing the WEM Software chapter:
Create a file directory path <ems_dir> or use the default path: /users/ems.
The logical hostname and a floating IP address shared between the two nodes must be configured in /etc/hosts. Ems-Service is used as the logical hostname in the examples in the rest of this appendix.
Important: The following options are not set when installing in Failover Mode:
WEM Service started by default and monitored by Process Monitor. (See the WEM Process Monitor chapter for more information on processes.)
 
Creating and Configuring a Cluster Resource Group
This section explains how to create a Resource Group specifically for WEM servers in this cluster and configure it appropriately.
Important: This process is configured on only one server in the cluster. It is reflected on both.
 
Creating a Resource Group
The following describe how to create a Resource Group.
We recommend the cluster binary path is set in the shell environment as this means you can execute the cluster commands from any directory path.
Before clsetup can create a network resource for any logical hostname, that hostname and a common floating IP address associated with it must be specified in the /etc/hosts directory on both servers. This example uses ems-service as the logical hostname.
Step 1
Login as root and run clsetup to open the Main Menu.
Step 2
Step 3
A resource group is a container into which you can place resources of various types, such as network and data service resources and then manage them. Only failover resource groups can contain network resources. A network resource would include logical hostname.
Step 4
When prompted to create a failover group, enter yes and select Option 1: Create a Failover Group. For this example, call the group ems-rg.
Step 5
When you are prompted to select a preferred server enter yes and enter the name of the Preferred server; for this example use Node1. Enter yes to continue the update.
The screen will display the following message:
clresourcegroup create -n <Node-1 Node Name> <Node-2 Node Name> ems-rg
Command completed successfully.
With the Resource Group created successfully, you can move on to the next step and add the logical hostname.
 
Adding a Logical Hostname to a Failover Resource Group
Follow steps 1 - 5 to add a logical hostname.
Step 1
After the confirmation screen from the last task displays, press Enter to continue. Enter yes when prompted to add network resources.
Step 2
If a failover resource group contains logical hostname resources, the most common configuration is to have one logical hostname resource for each subnet. Enter 1 to create a single resource.
Step 3
Step 4
Press Enter to continue. The screen displays:
clreslogicalhostname create -g ems-rg -p R_description="LogicalHostname resource for ems-service" ems-service
Step 5
Enter no when prompted to add any additional network resources.
 
Adding a Data Service Resource
Follow steps 1 - 4 to add a data service.
Step 1
After the logical hostname confirmation screen, enter yes when prompted to begin adding data services.
Step 2
From the Data Services Menu select Option 1: EMSSCFO Server for Sun Cluster, and use the name ems-dsr for this example.
The screen displays the following message:
This data service uses the "Port_list" property. The default "Port_list" for this data service is as follows: <NULL>
Step 3
Enter no when prompted to override the default.
Step 4
Enter no when prompted to add more properties, then enter yes to continue.
The screen displays the following message:
Commands completed successfully
 
Bringing the Resource Group Online
Follow steps 1 - 2 to bring the Resource Group online.
Step 1
After the completion confirmation screen, press Enter to continue. Enter no when prompted to add any additional data service resources. Enter yes when prompted to manage and bring this resource group online.
The screen displays the following message:
clresourcegroup online -M ems-rg
Commands completed successfully
Step 2
Press Enter to continue, then select Option q to Quit and return to the Main Menu.
The process is now complete. At this point you can enter the scstat command to display the current online/offline status if required.
 
Upgrading Web Element Manager in a Clustered Environment
This section describes the process for upgrading Web Element Manager in a two-server cluster.
Important: Network administrators are advised that they should have any connected clients log out at this time. If clients cannot reconnect after the upgrade, please refer to the Troubleshooting appendix for information on any Java-related errors.
 
Prerequisite Steps for the Upgrade Process
For the example configuration that follows you should confirm the following:
 
This can be confirmed either by a software switchover, or by running the scstat command to confirm the current node status.
Two Cluster Nodes: N-1 (initially this is the active node) and N-2 (initially this is the redundant node).
 
Upgrade Process Overview
This section provides a broad overview of the procedures to follow.
Step 1
Start with two server nodes: N-1 and N-2. They share both data files and database information. N-1 is currently active and N-2 is currently in standby mode, as shown below:
Step 2
With Web Element Manager running on N-1, put N-2 into maintenance mode (this is described in Removing an Inactive Node from the Resource Group below). Then upgrade WEM to version 12.0 or later.
At this point, the database is not yet updated. In cluster mode, when WEM is upgraded on N-2 the postgres database is not started. so a new DB schema is not created. This is because the schema will be updated through the currently active server N-1 with SQL scripts that are provided as part of the installation package; this is explained in the section Updating the Databases. At this point N-2 is still in maintenance mode but now with updated WEM software, and the database schema has now been updated as shown below:
Step 3
To prepare for the switchover, take N-2 out of maintenance mode.
Step 4
To upgrade WEM on N-1, bring N-2 back into the cluster and do a switchover from N-1 to N-2 so now N-2 is the active host and WEM starts running processes.
Step 5
Now place the formerly active node N-1 into maintenance mode and upgrade WEM software while N-2 is the active node as shown below:
Step 6
Once the upgrade is complete, N-1 can be switched back to its role of active node if necessary by using the Cluster commands, or N-2 can continue as the active node.
Important: Refer to the Installing the WEM Software chapter for more complete information about scripts and files. All configuration files placed in the <EMS_HOME>/server/etc folder and the script files in the <EMS_HOME>/server/scripts folder must be identical. This ensures that after the switch between servers, the behavior of EMS does not change in any way.
 
Removing an Inactive Node from the Resource Group
Complete the following steps to remove N-2 from the Resource Group. Since the cluster resource group configuration will be same for both nodes, the cluster-related commands can be run on either node.
Step 1
Run the scstat command. scstat is used to verify the current status of the cluster resource group and ensures that on switchover/failover the servers will switch correctly. The following screen display reflects a properly configured cluster:
Two cluster nodes: Online
Two cluster transport paths: Online
Quorum votes by node: Online
Quorum votes by device: Online
Resource Groups and Resources: ems-rg, ems-service, ems-dsr
Ems-rg group N-1: Online N-2: Offline
IPMP groups: Online
Important: N-2 must not be allowed to run any WEM processes. This prevents the secondary node from taking ownership of resources. Removing it from the Resource Group prevents a failover from happening and N-1 continues to behave like a standalone WEM thus ensuring a successful upgrade. To do this:
Step 2
Enter clsetup to open the Main Menu and select Option 2: Resource Groups Menu.
Step 3
From the Resource Groups menu, select Option 8: Change the Properties of a Resource Group.
Step 4
Enter yes when prompted to continue.
Step 5
Step 6
Select Option 1: Change the Nodelist Resource Group Properties
Step 7
Enter yes when prompted to continue. Both N-1 and N-2 should now appear in the nodelist.
Step 8
Select Option 2: Remove a Node from the Nodelist, then select Option 1 to remove N-2.
The nodelist now contains only N-1. When prompted to update the nodelist property, enter yes. If your update was successful you will see the following screen confirmation:
command completed successfully
Press Enter to continue. You will receive confirmation that only N-1 remains in the nodelist. Select Option q to Quit and exit back to the Resource Group Menu.
Step 9
From the Resource Group Menu select Option s: Show Current Status to confirm the current network resources if required.
 
Upgrading WEM on the Inactive Server
Complete the following steps to upgrade WEM on the inactive server, N-2.
Step 1
Updating PostgreSQL config file...This is an upgrade in Cluster mode; not updating postgres config.
This message is normal because the database is to be updated from the active server, N-1.
Step 2
 
Updating the Databases
Complete the following steps to update the databases from node N-1.
Step 1
Copy the sqlfiles.tar file from the N-2 installation to a folder on N-1 and untar the file. This process is described fully in the Installing the WEM Software chapter.
This will create a folder called sqlfiles.
Step 2
Go to the sqlfiles folder and run dbClusterUpgrade.sh.
Step 3
Step 4
Step 5
Step 6
Press Enter.
Step 7
Important: Currently, this is port 5432, but this may change in a later release.
Step 8
Database schema upgraded successfully...
 
Returning the Inactive Node to the Resource Group
Complete the following steps to return N-2 to the Resource Group and take over resource ownership in order to upgrade the software on N-1.
Step 1
Run clsetup and then log in to access the Main Menu and select Option 2: Resource Groups.
Step 2
From the Resource Groups Menu select Option 8: Change the Properties of a Resource Group.
Step 3
Enter yes when prompted to continue.
Step 4
Step 5
Step 6
Step 7
Select Option 1: Add a Node/Zone to the Top of the Nodelist.
Step 8
Step 9
Enter yes when prompted to update the nodelist property.
The screen will display the following message:
Command completed successfully.
Step 10
Press Enter to continue and select Option q to Quit and return to the Resource Groups Menu.
 
Switching Active Servers
Complete the following steps to make N-2 the active node so N-1 can be updated.
 
Step 1
Step 2
Step 3
Step 4
Select Option 1: Switch Group Ownership.
Step 5
Select the node to take ownership of ems-rg, which would be N-2. Enter yes to confirm. The screen will display the following message:
Command completed successfully.
Step 6
Press Enter to continue and select Option q to Quit and return to the Resource Group Menu.
Step 7
From the Resource Group Menu select Option s Show Current Status. This shows that N-2 is now online and N-1 is offline.
At this point return to Removing an Inactive Node from the Resource Group and begin the update process for N-1.
Important: Since the database schema were previously updated and both N-1 and N-2 share the same database, it is not necessary to run the SQL scripts again for N-1.
 
 
Appendix C
WEM Configuration File Parameters
 
 
This appendix provides information about the configuration file parameters pertaining to the Web Element Manager. WEM provides a number of configuration files which can be modified to fine-tune the operation of the application. These files are located in the /<ems_dir>/server/etc directory by default.
The following configuration files have been deprecated from WEM:
 
This chapter provides information on the following configuration files:
Important: Unless otherwise specified, all information in this chpater applies to both Sun Solaris- and RHEL-based WEM systems.
 
The alarmid.cfg File
This file provides parameters pertaining to the configuration of SNMP alarms received from managed devices.
Important: This configuration file is customer-specific and is not operational without the appropriate license. Please contact your local sales representative for additional information.
 
The audio.cfg File
This file provides alarm severity associations to specific audio files. The audio files are in .WAV format and are played by the Web Element Manager when an alarm/trap of that severity is received. Additionally, this file can be used to associate an audio file to a specific alarm for further customizing.
The following table describes the AUDIO file parameters.
audio.cfg File Parameters
The first field contains the severity level (number): The nth row in the SEVERITY section is n-1 in the fm.cfg file. Please use the fm.cfg file for the severity configuration information in detail.
The second field contains the audio file name. The audio files are present in the audio sub-directory in the client installation directory.
audioPlayedFor: This option will decide the priority of alarm to play an audio. The default value is 0.
The following table describes the TRAPAUDIO file parameters.
TRAPAUDIO File Parameters
TRAPAUDIO: This section defines the mapping for Trap Number and the corresponding AUDIO file. This file is the default file to be played when the trap is received. If the filename field is kept empty then, the file associated with the severity of the trap will be played.
 
The blacklist.cfg File
This file contains the flag that is set to enable or disable the blacklisting feature in WEM. The file provides parameters for specifying information such as blacklist backup limit, time interval to poll the blacklist directory, and so on.
blacklist.cfg File Parameters
0: Disable - assume cumulative.csv will be available in <EMS ServerPath>/flash/blacklist/blacklist/
Important: Do not change the value of configurable as functionality when this flag 0 is disabled
 
The bs.cfg File
This file provides bulk statistic configuration information pertaining to schemas, formatting, and parameters for specifying time tolerances for searching bulk statistic records. This is a multi-section server configuration file for bulkstat module.
Important: Any change in the configuration files will restart the server resulting in client restart.
Caution: To ensure proper operation of the Web Element Manager, bulk statistic schema and formatting configuration in this file should not be altered.
bs.cfg File Parameters (Schemas)
Schema: This section provides the schema format string for each subsystem. The parameter values in this section are internally used by the bulkstat server module and should not be changed.
EMS,Card,%date%,%time%,%card%,%cpubusy%,%cpuidle%,%numproc%,%memused%,%memtotal%,%numcpu%,%cpu0-cpubusy%,%cpu0-cpuidle%,%cpu0-numproc%,%cpu0-memused%,%cpu0-memtotal%,%cpu0-cpuused-user%,%cpu0-cpuused-sys%,%cpu0-cpuused-io%,%cpu0-cpuused-irq%,%cpu0-cpuused-idle%,%cpu1-cpubusy%,%cpu1-cpuidle%,%cpu1-numproc%,%cpu1-memused%,%cpu1-memtotal%,%cpu1-cpuused-user%,%cpu1-cpuused-sys%,%cpu1-cpuused-io%,%cpu1-cpuused-irq%,%cpu1-cpuused-idle%,%cpu2-cpubusy%,%cpu2-cpuidle%,%cpu2-numproc%,%cpu2-memused%,%cpu2-memtotal%,%cpu2-cpuused-user%,%cpu2-cpuused-sys%,%cpu2-cpuused-io%,%cpu2-cpuused-irq%,%cpu2-cpuused-idle%,%cpu3-cpubusy%,%cpu3-cpuidle%,%cpu3-numproc%,%cpu3-memused%,%cpu3-memtotal%,%cpu3-cpuused-user%,%cpu3-cpuused-sys%,%cpu3-cpuused-io%,%cpu3-cpuused-irq%,%cpu3-cpuused-idle%,%15avg-cpubusy%,%15peak-cpubusy%,%5avg-cpubusy%,%5peak-cpubusy%,%1avg-cpubusy%,%15avg-memused%,%15peak-memused%,%5avg-memused%,%5peak-memused%,%1avg-memused%,%cpu0-15avg-cpubusy%,%cpu0-15peak-cpubusy%,%cpu0-5avg-cpubusy%,%cpu0-5peak-cpubusy%,%cpu0-1avg-cpubusy%,%cpu0-15avg-memused%,%cpu0-15peak-memused%,%cpu0-5avg-memused%,%cpu0-5peak-memused%,%cpu0-1avg-memused%,%cpu1-15avg-cpubusy%,%cpu1-15peak-cpubusy%,%cpu1-5avg-cpubusy%,%cpu1-5peak-cpubusy%,%cpu1-1avg-cpubusy%,%cpu1-15avg-memused%,%cpu1-15peak-memused%,%cpu1-5avg-memused%,%cpu1-5peak-memused%,%cpu1-1avg-memused%,%cpu2-15avg-cpubusy%,%cpu2-15peak-cpubusy%,%cpu2-5avg-cpubusy%,%cpu2-5peak-cpubusy%,%cpu2-1avg-cpubusy%,%cpu2-15avg-memused%,%cpu2-15peak-memused%,%cpu2-5avg-memused%,%cpu2-5peak-memused%,%cpu2-1avg-memused%,%cpu3-15avg-cpubusy%,%cpu3-15peak-cpubusy%,%cpu3-5avg-cpubusy%,%cpu3-5peak-cpubusy%,%cpu3-1avg-cpubusy%,%cpu3-15avg-memused%,%cpu3-15peak-memused%,%cpu3-5avg-memused%,%cpu3-5peak-memused%,%cpu3-1avg-memused%,%task-sessmgr-num%
EMS,PDSNSystem,%date%,%time%,%sess-ttlarrived%,%sess-ttlrejected%,%sess-ttlconnected%,%sess-ttlauthsucc%,%sess-ttlauthfail%,%sess-ttllcpup%,%sess-ttlipcpup%,%sess-ttlsrcviol%,%sess-ttlkeepfail%,%sess-curttlcalls%,%sess-cursipconn%,%sess-curmipconn%,%sess-curactcall%,%sess-curdormcall%,%sess-curarrived%,%sess-curlcpnegot%,%sess-curlcpup%,%sess-curauth%,%sess-curauthed%,%sess-curipcpup%,%sess-curdisc%,%a11-ttlarrived%,%a11-ttlrejected%,%a11-ttldemult%,%a11-ttldereg%,%a11-curactive%,%fa-ttlarrived%,%fa-ttlrejected%,%fa-ttldemult%,%fa-ttldereg%,%fa-curactive%,%ha-ttlarrived%,%ha-ttlrejected%,%ha-ttldemult%,%ha-ttldereg%,%ha-curactive%,%sess-calldur-1min%,%sess-calldur-2min%,%sess-calldur-5min%,%sess-calldur-15min%,%sess-calldur-1hour%,%sess-calldur-4hour%,%sess-calldur-12hour%,%sess-calldur-24hour%,%sess-calldur-over24hour%,%sess-setuptime-100ms%,%sess-setuptime-200ms%,%sess-setuptime-300ms%,%sess-setuptime-400ms%,%sess-setuptime-500ms%,%sess-setuptime-600ms%,%sess-setuptime-700ms%,%sess-setuptime-800ms%,%sess-setuptime-900ms%,%sess-setuptime-1sec%,%sess-setuptime-2sec%,%sess-setuptime-3sec%,%sess-setuptime-4sec%,%sess-setuptime-6sec%,%sess-setuptime-8sec%,%sess-setuptime-10sec%,%sess-setuptime-12sec%,%sess-setuptime-14sec%,%sess-setuptime-16sec%,%sess-setuptime-over16sec%,%incremental%,%enddate%,%endtime%,%localenddate%,%localendtime%,%sess-ttlfailed%,%uptime%,%uptimestr%,%lic-pdsn%,%lic-ha%,%lic-ggsn%,%lic-l2tplns%,%sess-txbytes%,%sess-rxbytes%,%sess-txpackets%,%sess-rxpackets%,%sess-siptxbytes%,%sess-siprxbytes%,%sess-miptxbytes%,%sess-miprxbytes%,%aaa-ttlreq%,%aaa-curreq%,%aaa-ttlauthreq%,%aaa-curauthreq%,%aaa-ttlauthprobe%,%aaa-curauthprobe%,%aaa-ttlacctreq%,%aaa-curacctreq%,%aaa-ttlauthsucc%,%aaa-ttlauthfail%,%aaa-ttlauthpurged%,%aaa-ttlauthcancelled%,%aaa-ttlauthdmuchal%,%aaa-ttlradauthreq%,%aaa-curradauthreq%,%aaa-ttlradauthreqretried%,%aaa-ttllclauthreq%,%aaa-curlclauthreq%,%aaa-ttlpseudoauthreq%,%aaa-curpseudoauthreq%,%aaa-ttlauthnulluser%,%aaa-ttlacctsucc%,%aaa-ttlacctpurged%,%aaa-ttlacctcancelled%,%aaa-ttlradacctreq%,%aaa-ttlradacctreqretried%,%disc-reason-summary%,%sess-curaaaactive%,%sess-curaaadeleting%,%sess-curaaaacctpending%,%sess-ttlemptyfwd%,%sess-ttlemptyrev%,%sess-ttlonlineprepaiderr%,%sess-ttlprepaidinitautherr%,%sess-ttlcrprpattempt%,%sess-ttlcrprpsuccess%,%sess-ttlrpcrpattempt%,%sess-ttlrpcrpsuccess%,%sess-curpmipconn%,%sess-curl2tplacconn%,%sess-curalwayson%,%sess-curbcmcsauth%,%sess-curbcmcsconn%,%sess-curhaipsecconn%,%sess-curl2tplacconnecting%,%sess-curpdptypeipconn%,%sess-curpdptypepppconn%,%sess-curprepaid%,%sess-rxpkt-1023%,%sess-rxpkt-127%,%sess-rxpkt-16%,%sess-rxpkt-2047%,%sess-rxpkt-255%,%sess-rxpkt-4095%,%sess-rxpkt-4500%,%sess-rxpkt-511%,%sess-rxpkt-64%,%sess-rxpkt-over4500%,%sess-ttldisconn%,%sess-ttlhandoff%,%sess-ttlonlineauthfail%,%sess-ttlonlineauthreq%,%sess-ttlonlineauthsucc%,%sess-ttlprepaid%,%sess-ttlproxydns-drop%,%sess-ttlproxydns-passthru%,%sess-ttlproxydns-redirect%,%sess-ttlrenewal%,%sess-txpkt-1023%,%sess-txpkt-127%,%sess-txpkt-16%,%sess-txpkt-2047%,%sess-txpkt-255%,%sess-txpkt-4095%,%sess-txpkt-4500%,%sess-txpkt-511%,%sess-txpkt-64%,%sess-txpkt-over4500%,%aaa-ttlauthkeepalive%,%aaa-curauthkeepalive%,%aaa-ttlacctkeepalive%,%aaa-curacctkeepalive%,%aaa-ttlauthkeepalivesuccess%,%aaa-ttlauthkeepalivefailure%,%aaa-ttlauthkeepalivepurged%,%aaa-ttlacctkeepalivesuccess%,%aaa-ttlacctkeepalivetimeout%,%aaa-ttlacctkeepalivepurged%,%ipsg-total-call-arrived%,%ipsg-total-call-rejected%,%ipsg-total-call-demult%,%ipsg-total-dereg-rep-sent%,%ipsg-cur-active-call%,%ipsg-total-active-serv%
EMS,PDSNSystem2,%date%,%time%,%asngw-cur-active-call%,%asngw-total-sess-setup%,%asngw-retriesexhaust%,%asngw.sfs%,%asngw.tidfail%,%asngw-handoffattempt%,%asngw-handoffdenied%,%asngw-handoffcomp%,%asngw.authsucc%,%asngw-authfailures%,%sess-ttlcallop%,%sess-curnonanchorconn%,%sess-curdhcppending%,%sess-ttlinterasngwattempt%,%sess-ttlinterasngwsuccess%,%sess-ttlintraasngwattempt%,%sess-ttlintraasngwsuccess%,%sess-ttlconnected-1xrtt%,%sess-txbytes-1xrtt%,%sess-rxbytes-1xrtt%,%sess-txpackets-1xrtt%,%sess-rxpackets-1xrtt%,%sess-ttlconnected-evdorev0%,%sess-txbytes-evdorev0%,%sess-rxbytes-evdorev0%,%sess-txpackets-evdorev0%,%sess-rxpackets-evdorev0%,%sess-ttlconnected-evdoreva%,%sess-txbytes-evdoreva%,%sess-rxbytes-evdoreva%,%sess-txpackets-evdoreva%,%sess-rxpackets-evdoreva%,%flow-ttlestab%,%flow-ttldisconn%,%flow-curdynamic%,%pdif-cursess%,%pdif-curactive%,%pdif-curdormant%,%pdif-ttlsetup%,%sess-15peak-curactcall%,%sess-15peak-curttlcall%,%sess-cursipactive%,%sess-15peak-cursipactive%,%sess-curmipactive%,%sess-15peak-curmipactive%,%a11-15peak-curactive%,%crp-curactive%,%crp-15peak-curactive%,%fa-15peak-curactive%,%ha-15peak-curactive%,%flow-15peak-curdynamic%,%sess-15min-usageactive%,%sess-15min-usageall%,%cc-cursess%,%cc-ttlecsadd%,%cc-ttlstart%,%cc-ttlsessupd%,%cc-ttlterm%,%cc-sessfailover%,%cc-msg-recv%,%cc-msg-sent%,%cc-msg-request%,%cc-msg-answer%,%cc-msg-ccrinit%,%cc-msg-ccainit%,%cc-msg-ccainitaccept%,%cc-msg-ccainitreject%,%cc-msg-ccainittimeout%,%cc-msg-ccrupdate%,%cc-msg-ccaupdate%,%cc-msg-ccaupdatetimeout%,%cc-msg-ccrfinal%,%cc-msg-ccafinal%,%cc-msg-ccafinaltimeout%,%cc-msg-asr%,%cc-msg-asa%,%cc-msg-rar%,%cc-msg-raa%,%cc-msg-ccadropped%,%cc-msgerr-proto%,%cc-msgerr-badanswer%,%cc-msgerr-unknownsess%,%cc-msgerr-unknowncomm%,%cc-msgerr-reqtimeout%
EMS,PDSNSystem3,%date%,%time%,%cc-msgerr-parse%,%cc-msgerr-unkratinggrp%,%cc-msgerr-unkrulebase%,%cc-msgerr-unkfailure%,%cc-upd-threshold%,%cc-upd-qht%,%cc-upd-final%,%cc-upd-quotaexhaust%,%cc-upd-validitytime%,%cc-upd-otherquota%,%cc-upd-ratingchange%,%cc-upd-forcedreauth%,%cc-term-diamlogout%,%cc-term-servnotprov%,%cc-term-badanswer%,%cc-term-admin%,%cc-term-linkbroken%,%cc-term-authexpired%,%cc-term-usermoved%,%cc-term-sesstimeout%,%cc-traf-catcreate%,%cc-traf-catdelete%,%cc-traf-catlookup%,%cc-traf-hits%,%cc-traf-misses%,%cc-traf-triggerevent%,%cc-traf-finalunit%,%cc-traf-catsuccess%,%cc-traf-ratingfail%,%cc-traf-servdenied%,%cc-traf-limitreached%,%cc-traf-authreject%,%cc-traf-othererror%,%cf-static-ratereq%,%cf-static-ratesucc%,%cf-static-rateblock%,%cf-static-ratefail%,%cf-static-ratefail-nr%,%cf-static-ratefail-notindb%,%cf-dyn-ratereq%,%cf-dyn-ratesucc%,%cf-dyn-rateblock%,%cf-dyn-ratefail%,%cf-ratereq%,%cf-ratesucc%,%cf-rateblock%,%cf-ratefail%,%ikev2-cursa%,%ikev2-cursainit%,%ikev2-cursaresp%,%ikev2-ttlsa%,%ikev2-ttlsainit%,%ikev2-ttlsaresp%,%ikev2-attempt%,%ikev2-attemptinit%,%ikev2-attemptresp%,%ikev2-rxpacket%,%ikev2-txpacket%,%ikev2-rxoctet%,%ikev2-txoctet%,%ikev2-initfail%,%ikev2-initfail-noresp%,%ikev2-initfail-resp%,%ikev2-invcookie%,%ikev2-nattkeepalive-recv%,%ikev2-nattkeepalive-send%,%ikev2-dpd-recv%,%ikev2-dpd-send%,%ikev2-dpd-recv-reply%,%ikev2-dpd-send-reply%,%ikev2-dpd-timeout%,%ikev2-dpd-disconnect%,%ikev2-dpd-p1rekey%,%lic-combo-phone%,%lic-ecsv2%,%lic-ipservices-gateway%,%lic-evdoreva-pdsn%,%lic-scm-proxyregistrar-ietfrfc3261%,%lic-scm-proxypcscf%,%lic-scm-servingscscf%,%lic-scm-interrogatingicscf%,%lic-asngw%,%lic-asnlr%,%cf-cache-hits%,%cf-cache-misses%,%cf-cache-has-path-hits%,%cf-cache-flushes%,%sess-curimsauthorized%
EMS,GGSNSystem,%date%,%time%,%sess-ttlarrived%,%sess-ttlrejected%,%sess-ttlconnected%,%sess-ttlauthsucc%,%sess-ttlauthfail%,%sess-ttllcpup%,%sess-ttlipcpup%,%sess-ttlsrcviol%,%sess-ttlkeepfail%,%sess-curttlcalls%,%sess-cursipconn%,%sess-curmipconn%,%sess-curactcall%,%sess-curdormcall%,%sess-curarrived%,%sess-curlcpnegot%,%sess-curlcpup%,%sess-curauth%,%sess-curauthed%,%sess-curipcpup%,%sess-curdisc%,%sess-calldur-1min%,%sess-calldur-2min%,%sess-calldur-5min%,%sess-calldur-15min%,%sess-calldur-1hour%,%sess-calldur-4hour%,%sess-calldur-12hour%,%sess-calldur-24hour%,%sess-calldur-over24hour%,%sess-setuptime-100ms%,%sess-setuptime-200ms%,%sess-setuptime-300ms%,%sess-setuptime-400ms%,%sess-setuptime-500ms%,%sess-setuptime-600ms%,%sess-setuptime-700ms%,%sess-setuptime-800ms%,%sess-setuptime-900ms%,%sess-setuptime-1sec%,%sess-setuptime-2sec%,%sess-setuptime-3sec%,%sess-setuptime-4sec%,%sess-setuptime-6sec%,%sess-setuptime-8sec%,%sess-setuptime-10sec%,%sess-setuptime-12sec%,%sess-setuptime-14sec%,%sess-setuptime-16sec%,%sess-setuptime-over16sec%,%incremental%,%enddate%,%endtime%,%localenddate%,%localendtime%,%sess-ttlfailed%,%uptime%,%uptimestr%,%lic-ggsn%,%lic-l2tplns%,%sess-txbytes%,%sess-rxbytes%,%sess-txpackets%,%sess-rxpackets%,%sess-siptxbytes%,%sess-siprxbytes%,%sess-miptxbytes%,%sess-miprxbytes%,%aaa-ttlreq%,%aaa-curreq%,%aaa-ttlauthreq%,%aaa-curauthreq%,%aaa-ttlauthprobe%,%aaa-curauthprobe%,%aaa-ttlacctreq%,%aaa-curacctreq%,%aaa-ttlauthsucc%,%aaa-ttlauthfail%,%aaa-ttlauthpurged%,%aaa-ttlauthcancelled%,%aaa-ttlauthdmuchal%,%aaa-ttlradauthreq%,%aaa-curradauthreq%,%aaa-ttlradauthreqretried%,%aaa-ttllclauthreq%,%aaa-curlclauthreq%,%aaa-ttlpseudoauthreq%,%aaa-curpseudoauthreq%,%aaa-ttlauthnulluser%,%aaa-ttlacctsucc%,%aaa-ttlacctpurged%,%aaa-ttlacctcancelled%,%aaa-ttlradacctreq%,%aaa-ttlradacctreqretried%,%disc-reason-summary%,%sess-curaaaactive%,%sess-curaaadeleting%,%sess-curaaaacctpending%,%sess-ttlemptyfwd%,%sess-ttlemptyrev%,%sess-ttlonlineprepaiderr%,%sess-ttlprepaidinitautherr%,%sess-ttlcrprpattempt%,%sess-ttlcrprpsuccess%,%sess-ttlrpcrpattempt%,%sess-ttlrpcrpsuccess%,%sess-curpmipconn%,%sess-curl2tplacconn%,%sess-curalwayson%,%sess-curbcmcsauth%,%sess-curbcmcsconn%,%sess-curhaipsecconn%,%sess-curl2tplacconnecting%,%sess-curpdptypeipconn%,%sess-curpdptypepppconn%,%sess-curprepaid%,%sess-rxpkt-1023%,%sess-rxpkt-127%,%sess-rxpkt-16%,%sess-rxpkt-2047%,%sess-rxpkt-255%,%sess-rxpkt-4095%,%sess-rxpkt-4500%,%sess-rxpkt-511%,%sess-rxpkt-64%,%sess-rxpkt-over4500%,%sess-ttldisconn%,%sess-ttlhandoff%,%sess-ttlonlineauthfail%,%sess-ttlonlineauthreq%,%sess-ttlonlineauthsucc%,%sess-ttlprepaid%,%sess-ttlproxydns-drop%,%sess-ttlproxydns-passthru%,%sess-ttlproxydns-redirect%,%sess-ttlrenewal%,%sess-txpkt-1023%,%sess-txpkt-127%,%sess-txpkt-16%,%sess-txpkt-2047%,%sess-txpkt-255%,%sess-txpkt-4095%,%sess-txpkt-4500%,%sess-txpkt-511%,%sess-txpkt-64%,%sess-txpkt-over4500%,%aaa-ttlauthkeepalive%,%aaa-curauthkeepalive%,%aaa-ttlacctkeepalive%,%aaa-curacctkeepalive%,%aaa-ttlauthkeepalivesuccess%,%aaa-ttlauthkeepalivefailure%,%aaa-ttlauthkeepalivepurged%,%aaa-ttlacctkeepalivesuccess%,%aaa-ttlacctkeepalivetimeout%,%aaa-ttlacctkeepalivepurged%,%ipsg-total-call-arrived%,%ipsg-total-call-rejected%,%ipsg-total-call-demult%,%ipsg-total-dereg-rep-sent%,%ipsg-cur-active-call%,%ipsg-total-active-serv%,%asngw-cur-active-call%,%asngw-total-sess-setup%,%asngw-retriesexhaust%,%asngw.sfs%,%asngw.tidfail%,%asngw-handoffattempt%,%asngw-handoffdenied%,%asngw-handoffcomp%,%asngw.authsucc%,%asngw-authfailures%
EMS,MIPFA2,%date%,%time%,%vpnname%,%vpnid%,%servname%,%denied-pdsn-haportunreach%,%denied-pdsn-haunreach%,%denied-pdsn-invcoa%,%denied-pdsn-encapunavail%,%denied-pdsn-revtununavail%,%denied-pdsn-revtunmand%,%denied-ha-faauth%,%denied-ha-badreq%,%denied-ha-mismatchid%,%denied-ha-simulbind%,%denied-ha-unknownha%,%denied-ha-revtununavail%,%replyrcv-total%,%replyrcv-totalrelayed%,%replyrcv-errors%,%replyrcv-initial%,%replyrcv-initialrelayed%,%replyrcv-renewal%,%replyrcv-renewalrelayed%,%replyrcv-dereg%,%replyrcv-deregrelayed%,%replysent-total%,%replysent-acceptreg%,%replysent-acceptdereg%,%replysent-badreq%,%replysent-lifetoolong%,%replysent-mnauthfail%,%replysent-haauthfail%,%replysent-adminprohib%,%replysent-noresources%,%replysent-revtununavail%,%replysent-revtunmand%,%replysent-senderrors%,%replysent-mntoodistant%,%replysent-invcoa%,%replysent-hanetunreach%,%replysent-hahostunreach%,%replysent-haportunreach%,%replysent-haunreach%,%replysent-regtimeout%,%replysent-missnai%,%replysent-misshomeagent%,%replysent-misshomeaddr%,%replysent-unkchallenge%,%replysent-misschallenge%,%replysent-stalechallenge%,%replysent-badreply%,%reqsent-initial%,%reqsent-initial-resend%,%reqsent-initial-noresend%,%reqsent-renew%,%reqsent-renew-resend%,%reqsent-renew-noresend%,%reqsent-dereg%,%reqsent-dereg-resend%,%reqsent-dereg-noresend%,%denied-pdsn-unkchallenge%,%denied-pdsn-unknowncvse%,%replysent-unspecified%,%replysent-delstyleunavail%,%ttlprepaid%,%curprepaid%,%ttlonlineauthsucc%,%ttlonlineauthfail%,%revoc-sent%,%revoc-retry-sent%,%revoc-ack-recv%,%revoc-timeout%,%revoc-recv%,%revoc-ack-sent%
EMS,MIPHA,%date%,%time%,%vpnname%,%vpnid%,%servname%,%disconnects%,%expiry%,%dereg%,%admindrop%,%recv-total%,%recv-initial%,%recv-renew%,%recv-dereg%,%accept-total%,%accept-reg%,%accept-renew%,%accept-dereg%,%denied-total%,%denied-initial%,%denied-renew%,%denied-dereg%,%discard-total%,%reply-total%,%reply-acceptreg%,%reply-acceptdereg%,%reply-denied%,%reply-badreq%,%reply-mismatchid%,%reply-adminprohib%,%reply-unspecerr%,%reply-noresource%,%reply-mnauthfail%,%reply-faauthfail%,%reply-simulbind%,%reply-unknownha%,%reply-revtununavail%,%reply-revtunmand%,%reply-encapunavail%,%reply-senderror%,%farevocation%,%accept-ho%,%denied-ho%,%reply-error%,%num-sessions%,%recv-ho%,%revoc-sent%,%revoc-retry-sent%,%revoc-ack-recv%,%revoc-timeout%,%revoc-recv%,%revoc-ack-sent%,%miscerror%,%auth-attempt%,%auth-failure%,%auth-success%,%auth-real-failure%,%auth-misc-failure%,%reply-unknowncvse%,%reply-cong-drop%,%reply-cong-adminprohib%,%reply-cong-unknownha%,%reply-udp-encapunavail%,%ttlprepaid%,%curprepaid%,%ttlonlineauthsucc%,%ttlonlineauthfail%,%paaa-query-total%,%paaa-query-accept%,%paaa-query-denied%,%paaa-resp-sent%,%paaa-resp-found%,%paaa-resp-notfound%,%paaa-resp-poolover%,%paaa-resp-misc%,%ipsec-esp-txpackets%,%ipsec-esp-txbytes%,%ipsec-ah-txpackets%,%ipsec-ah-txbytes%,%ipsec-error-txpackets%,%ipsec-error-txbytes%,%ipsec-esp-rxpackets%,%ipsec-esp-rxbytes%,%ipsec-ah-rxpackets%,%ipsec-ah-rxbytes%,%ipsec-error-packets%,%ipsec-error-bytes%,%ipsec-replay-packets%,%ipsec-replay-bytes%,%ipsec-decode-packets%,%ipsec-decode-bytes%,%ipsec-auth-packets%,%ipsec-auth-bytes%,%ipsec-tooshort-packets%,%ipsec-tooshort-bytes%,%ipsec-dpdreq-sent%,%ipsec-dpdreq-recv%,%ipsec-dpdreply-sent%,%ipsec-dpdreply-recv%,%ipsec-dpdtimeout%,%ipsec-dpddisconn%,%ipsec-dpdrekey%
EMS,RP,%date%,%time%,%vpnname%,%vpnid%,%servname%,%recv-total%,%accept-total%,%denied-total%,%discard-total%,%accept-initial%,%accept-intrapdsn%,%accept-interpdsn%,%denied-initial%,%accept-renew%,%denied-renew%,%accept-dereg%,%denied-dereg%,%send-error%,%hash-error%,%decode-error%,%unhandled%,%seqerror%,%deny-unspec%,%deny-adminprohib%,%deny-noresource%,%deny-auth%,%deny-idmismatch%,%deny-badrequest%,%deny-unknownpdsn%,%deny-revtununavail%,%deny-revtunreq%,%deny-unrecogvend%,%upd-total%,%upd-accept%,%upd-denied%,%upd-unack%,%upd-trans%,%upd-retrans%,%upd-received%,%upd-discard%,%upd-senderror%,%upd-upltrinit%,%upd-other%,%upd-handoff%,%upddeny-unspec%,%upddeny-adminprohib%,%upddeny-auth%,%upddeny-idmismatch%,%upddeny-badrequest%,%sec-violations%,%sec-badauth%,%sec-badid%,%sec-badspi%,%sec-mnhaauth%,%sec-regupdate%,%disc-absent%,%disc-nomem%,%disc-malform%,%disc-authfail%,%disc-bounce%,%disc-inputq%,%disc-mismatchid%,%disc-invpktlen%,%disc-misc%,%reply-total%,%recv-initial%,%accept-active-intrapdsn%,%accept-dormant-intrapdsn%,%recv-renew%,%active-start-renew%,%active-stop-renew%,%recv-dereg%,%active-stop-dereg%,%upd-ttlnoretrans%,%upd-ack-received%,%num-sessions%,%deny-sessclosed%,%deny-cong-drop%,%deny-cong-adminprohib%,%deny-cong-unknownpdsn%,%sess-num-transmitted%,%sess-accepted%,%sess-denied%,%sess-not-acknowledged%,%sess-initial-update%,%sess-update-retransmitted%,%sess-update-ack-received%,%sess-update-ack-discarded%,%sess-update-send-error%,%sess-always-on-indication%,%sess-reason-unspecified%,%sess-PDSN-auth-fail%,%sess-ID-mismatch%,%sess-poorly-formed-update%,%sess-para-not-update%,%sess-absent%,%sess-no-memory%,%sess-malformed%,%sess-auth-fail%,%sess-ID-bounce-error%,%sess-input-Q-exceeded%,%sess-mismatched-ID%,%sess-invalid-packet-length%,%sess-misc-reasons%,%sess-gre-packet-sent-sdb%,%sess-gre-byte-sent-sdb%,%ttlprepaid%,%curprepaid%,%ttlonlineauthsucc%,%ttlonlineauthfail%,%discard-initial%,%recv-initial-setupstart%,%accept-initial-setupstart%,%denied-initial-setupstart%,%discard-initial-setupstart%,%discard-renew%,%recv-renew-noairlink%,%accept-renew-noairlink%,%denied-renew-noairlink%,%discard-renew-noairlink%,%recv-renew-activestart%,%accept-renew-activestart%,%denied-renew-activestart%,%discard-renew-activestart%,%recv-renew-activestop%,%accept-renew-activestop%,%denied-renew-activestop%,%discard-renew-activestop%,%discard-dereg%,%recv-dereg-noactivestop%,%accept-dereg-noactivestop%,%denied-dereg-noactivestop%,%discard-dereg-noactivestop%,%recv-dereg-activestop%,%accept-dereg-activestop%,%denied-dereg-activestop%,%discard-dereg-activestop%,%recv-intrapdsn-activeanidhandoff%,%accept-intrapdsn-activeanidhandoff%,%denied-intrapdsn-activeanidhandoff%,%discard-intrapdsn-activeanidhandoff%,%recv-intrapdsn-dormantanidhandoff%,%accept-intrapdsn-dormantanidhandoff%,%denied-intrapdsn-dormantanidhandoff%,%discard-intrapdsn-dormantanidhandoff%,%recv-interpdsn-activemeianidhandoff%,%accept-interpdsn-activemeianidhandoff%,%denied-interpdsn-activemeianidhandoff%,%discard-interpdsn-activemeianidhandoff%,%rx-pkt-xoff%,%rx-pkt-xon%,%xontoxoff%,%pkt-dropped-xoff%,%bytes-dropped-xoff%
EMS,RP2,%date%,%time%,%vpnname%,%vpnid%,%servname%,%a10-cursetup%,%a10-ttlreleased%,%a10-ttlsetup%,%a10aux-cursetup%,%a10aux-ttlreleased%,%a10aux-ttlsetup%,%a10main-cursetup%,%a10main-ttlreleased%,%a10main-ttlsetup%,%deny-badrequest-alractive%,%deny-badrequest-alrdorm%,%deny-badrequest-authextn%,%deny-badrequest-fieldlen%,%deny-badrequest-flags%,%deny-badrequest-hoanonzero%,%deny-badrequest-miscoaaddr%,%deny-badrequest-other%,%deny-badrequest-pkttoolong%,%deny-badrequest-pkttooshort%,%deny-badrequest-setupabsent%,%deny-badrequest-sse%,%deny-badrequest-unkextn%,%deny-badrequest-vse%,%deny-noresource-a11mgrrej%,%deny-noresource-inputq%,%deny-noresource-nomem%,%deny-noresource-nosessmgr%,%deny-noresource-policy%,%deny-noresource-sessmgrrej%,%deny-noresource-sessmgrretried%,%deny-unspec-crphandoff%,%deny-unspec-intrahandoff%,%deny-unspec-lifezero%,%deny-unspec-noairlink%,%deny-unspec-notready%,%deny-unspec-nullpkt%,%reva-rrq-accept%,%reva-rrq-denied%,%reva-rrq-recv%,%reva-rrq-reply%,%rrqdiscard-adminprohib%,%rrqdiscard-authfail%,%rrqdiscard-bounce%,%rrqdiscard-grekey%,%rrqdiscard-inputq%,%rrqdiscard-invlen%,%rrqdiscard-maxsess%,%rrqdiscard-misc%,%rrqdiscard-nomem%,%rrqdiscard-nosessmgr%,%rrqdiscard-overload%,%rrqdiscard-smgrdead%,%rrqdiscard-smgrnotready%,%rrqdiscard-unkpdsn%,%sess-currevasetup%,%sess-cursetup%,%sess-release-dereg%,%sess-release-expiry%,%sess-release-grekey%,%sess-release-other%,%sess-release-pcfmonfail%,%sess-release-ppplayer%,%sess-ttlreleased%,%sess-ttlrevasetup%,%sess-ttlsetup%,%sess-updackdisc-pktnothand%,%sess-updackdisc-sessdisc%,%sess-upddenied-adminprohib%,%sess-upddenied-handoff%,%sess-upddenied-idnotsupp%,%sess-upddenied-noresource%,%sess-updreason-alwayson%,%sess-updreason-qosinfo%,%sess-updreason-qosoptrig%,%sess-updreason-qostftviol%,%sess-updreason-qostrafpol%,%sess-updreason-qostrafviol%,%upd-discard-unhpkt%,%upd-discard-unkpcf%,%upd-lifetime%,%upd-smgrexit%
EMS,GTPC2,%date%,%time%,%vpnname%,%vpnid%,%servname%,%cpc-syn-tft%,%cpc-sem-pktfilter%,%cpc-syn-pktfilter%,%cpc-ie-err%,%cpc-ie-missing%,%cpc-opt-ie-err%,%cpc-malformed%,%cpc-version%,%disc-sgsn%,%disc-path-fail%,%disc-smgr-dead%,%disc-admin%,%disc-other%,%disc-teardown%,%disc-idle%,%disc-absolute%,%disc-src-addr%,%disc-flow-add%,%disc-dhcp-renew-fail%,%disc-long-durn%,%disc-aborted%,%disc-apn-rmvd%,%pdu-notif%,%pdu-notif-accpet%,%pdu-notif-deny%,%pdu-notif-rej%,%pdu-notif-rej-accept%,%pdu-notif-rej-deny%,%pdu-notif-rej-discard%,%sri-req%,%sri-accept%,%sri-deny%,%fail-rep%,%fail-rep-accept%,%fail-rep-deny%,%note-ms-gprs%,%note-ms-gprs-accept%,%note-ms-gprs-deny%,%note-ms-gprs-discard%,%num-bytes-in%,%num-pkts-in%,%num-bytes-out%,%num-pkts-out%,%cpc-srv-not-supp%,%gtpu-echo-req-rx%,%gtpu-echo-req-tx%,%gtpu-echo-rsp-tx%,%gtpu-echo-rsp-rx%,%ctrl-num-bytes-in%,%ctrl-num-pkts-in%,%ctrl-num-bytes-out%,%ctrl-num-pkts-out%,%echo-req-rx%,%echo-req-tx%,%echo-rsp-tx%,%echo-rsp-rx%,%setup-current%,%current-ip%,%current-ppp%,%current-ipv6%,%current-ntwkinitd%,%setup-ipv6%,%setup-sgsn%,%setup-ggsn%,%qosconv-bytes-in%,%qosconv-pkts-in%,%qosconv-bytes-out%,%qosconv-pkts-out%,%qosstrm-bytes-in%,%qosstrm-pkts-in%,%qosstrm-bytes-out%,%qosstrm-pkts-out%,%qosint1-bytes-in%,%qosint1-pkts-in%,%qosint1-bytes-out%,%qosint1-pkts-out%,%qosint2-bytes-in%,%qosint2-pkts-in%,%qosint2-bytes-out%,%qosint2-pkts-out%,%qosint3-bytes-in%,%qosint3-pkts-in%,%qosint3-bytes-out%,%qosint3-pkts-out%,%qosint-bytes-in%,%qosint-pkts-in%,%qosint-bytes-out%,%qosint-pkts-out%,%qosback-bytes-in%,%qosback-pkts-in%,%qosback-bytes-out%,%qosback-pkts-out%,%dyn-ipv4-attempt%,%dyn-ipv6-attempt%,%dyn-ppp-attempt%,%dyn-ipv4-success%,%dyn-ipv6-success%,%dyn-ppp-success%,%cpc-no-apn-subscription%
EMS,RADIUS,%date%,%time%,%vpnname%,%vpnid%,%servertype%,%ipaddr%,%auth-req-sent%,%auth-req-sentwdmu%,%auth-req-pending%,%auth-req-retried%,%auth-req-retriedwdmu%,%auth-chal-rcvd%,%auth-acc-rcvd%,%auth-rej-rcvd%,%auth-rej-rcvdwdmu%,%auth-timeout%,%auth-cons-fail%,%auth-rsp-badauth%,%auth-rsp-malformed%,%auth-rsp-malformedattr%,%auth-rsp-unktype%,%auth-rsp-dropped%,%auth-rsp-roundtripusec%,%probe-issued%,%probe-success%,%probe-failed%,%probe-roundtriptimeusec%,%acc-req-sent%,%acc-req-pending%,%acc-req-retried%,%acc-rsp-rcvd%,%acc-req-timeout%,%acc-req-cons-fail%,%acc-rsp-badresp%,%acc-rsp-malformed%,%acc-rsp-unktype%,%acc-rsp-dropped%,%acc-rsp-roundtripusec%,%port%,%acc-start-sent%,%acc-stop-sent%,%acc-interim-sent%,%acc-start-retries%,%acc-stop-retries%,%acc-interim-retries%,%group%,%acc-ttl-g1%,%acc-ttl-g2%,%online-acc-req-sent%,%online-acc-req-pending%,%online-acc-req-retried%,%online-acc-rsp-rcvd%,%online-acc-rej-rcvd%,%online-acc-req-timeout%,%online-acc-rsp-badauth%,%online-acc-rsp-malformed%,%online-acc-rsp-malformedattr%,%online-acc-rsp-unktype%,%online-acc-badmsgauth%,%online-acc-nomsgauth%,%nasipaddr%,%keepalive-auth-req-sent%,%keepalive-auth-retried%,%keepalive-auth-acc-rcvd%,%keepalive-auth-timeout%,%keepalive-auth-rej-rcvd%,%keepalive-acct-req-sent%,%keepalive-acct-retried%,%keepalive-acct-success%,%keepalive-acct-timeout%,%keepalive-acct-rsp-badauth%,%cons-fail%,%keepalive-auth-rsp-badauth%,%keepalive-auth-rsp-malformed%,%keepalive-auth-rsp-malformedattr%,%keepalive-auth-rsp-unktype%,%keepalive-auth-rsp-dropped%,%acc-on-sent%,%acc-off-sent%,%acc-on-retries%,%acc-off-retries%,%keepalive-acct-rsp-malformed%,%keepalive-acct-rsp-unktype%,%keepalive-acct-rsp-dropped%
EMS,ECS1,%date%,%time%,%ecs-subscribers%,%ecs-subscribers-cur%,%gcdrs-generated%,%edrs-generated%,%udrs-generated%,%ip-flows%,%ip-flows-cur%,%ip-uplk-bytes%,%ip-dwnlk-bytes%,%ip-uplk-pkts%,%ip-dwnlk-pkts%,%ip-uplk-pkts-frag%,%ip-dwnlk-pkts-frag%,%ip-uplk-bytes-frag%,%ip-dwnlk-bytes-frag%,%udp-flows%,%udp-flows-cur%,%udp-uplk-bytes%,%udp-dwnlk-bytes%,%udp-uplk-pkts%,%udp-dwnlk-pkts%,%udp-inv-pkts%,%tcp-flows%,%tcp-flows-cur%,%tcp-uplk-bytes%,%tcp-dwnlk-bytes%,%tcp-uplk-pkts%,%tcp-dwnlk-pkts%,%tcp-uplk-bytes-retr%,%tcp-dwnlk-bytes-retr%,%tcp-uplk-pkts-retr%,%tcp-dwnlk-pkts-retr%,%tcp-uplk-pkts-ooo-analyzd%,%tcp-dwnlk-pkts-ooo-analyzd%,%tcp-uplk-pkts-ooo-fail%,%tcp-dwnlk-pkts-ooo-fail%,%tcp-uplk-pkts-ooo-retr%,%tcp-dwnlk-pkts-ooo-retr%,%icmp-flows%,%icmp-flows-cur%,%icmp-uplk-bytes%,%icmp-dwnlk-bytes%,%icmp-uplk-pkts%,%icmp-dwnlk-pkts%,%icmp-ech-req%,%icmp-ech-rep%,%icmp-dst-unrch%,%icmp-redir%,%icmp-tm-excd%,%icmp-trace-route%,%icmp-oth%,%http-flows%,%http-flows-cur%,%http-uplk-bytes%,%http-dwnlk-bytes%,%http-uplk-pkts%,%http-dwnlk-pkts%,%http-uplk-bytes-retr%,%http-dwnlk-bytes-retr%,%http-uplk-pkts-retr%,%http-dwnlk-pkts-retr%,%http-req-succ%,%http-req-fail%,%http-get-req%,%http-post-req%,%http-connect-req%,%http-inv-pkts%,%https-flows%,%https-flows-cur%,%https-uplk-bytes%,%https-dwnlk-bytes%,%https-uplk-pkts%,%https-dwnlk-pkts%,%https-uplk-bytes-retr%,%https-dwnlk-bytes-retr%,%https-uplk-pkts-retr%,%https-dwnlk-pkts-retr%,%wtp-trans%,%wtp-cls-zero%,%wtp-cls-one%,%wtp-cls-two%,%wtp-uplk-bytes%,%wtp-dwnlk-bytes%,%wtp-uplk-pkts%,%wtp-dwnlk-pkts%,%wtp-uplk-bytes-retr%,%wtp-dwnlk-bytes-retr%,%wtp-uplk-pkts-retr%,%wtp-dwnlk-pkts-retr%,%wtp-invk-pkts%,%wtp-invk-tcl-zero%,%wtp-invk-tcl-one%,%wtp-invk-tcl-two%,%wtp-invk-tid-new%,%wtp-rslt-pkts%,%wtp-ack-to-resp%,%wtp-ack-to-init%,%wtp-abrt-to-resp%,%wtp-abrt-to-init%,%wtp-seg-invk%,%wtp-seg-rslt%,%wtp-neg-ack%,%wtp-tid-vrf%,%wtp-noninit-invk%,%wtp-unk-pdu%,%wsp-flows%,%wsp-flows-cur%,%wsp-co-conn%,%wsp-cl-conn%,%wsp-uplk-bytes%,%wsp-dwnlk-bytes%,%wsp-uplk-pkts%,%wsp-dwnlk-pkts%,%wsp-uplk-bytes-retr%,%wsp-dwnlk-bytes-retr%,%wsp-uplk-pkts-retr%,%wsp-dwnlk-pkts-retr%,%wsp-co-req-succ%,%wsp-co-req-fail%,%wsp-cl-req-succ%,%wsp-cl-req-fail%,%wsp-conn-pdu%,%wsp-conn-rep%,%wsp-redir%,%wsp-disc%,%wsp-susp%,%wsp-resm%,%wsp-opt%,%wsp-head%,%wsp-del%,%wsp-trace%,%wsp-reply%,%wsp-put%,%wsp-get%,%wsp-push%,%wsp-conf-push%,%wsp-post%,%wsp-data-frag%,%wsp-rsrvd%,%wsp-inv-pkts%,%mms-send%,%mms-send-succ%,%mms-send-fail%,%mms-retrv%,%mms-retrv-succ%,%mms-retrv-fail%,%mms-uplk-bytes%,%mms-dwnlk-bytes%,%mms-uplk-pkts%,%mms-dwnlk-pkts%,%mms-uplk-bytes-retr%,%mms-dwnlk-bytes-retr%,%mms-uplk-pkts-retr%,%mms-dwnlk-pkts-retr%,%mms-snd-req%,%mms-snd-conf%,%mms-ntf-ind%,%mms-ntf-ind-imm%,%mms-ntf-ind-del%,%mms-ntf-rsp%,%mms-retrv-conf%,%mms-ack-ind%,%mms-delvry-ind%,%mms-unk-pdu%,%mms-inv-pkts%,%sip-flows%,%sip-flows-cur%,%sip-calls%,%sip-uplk-bytes%,%sip-dwnlk-bytes%,%sip-uplk-pkts%,%sip-dwnlk-pkts%,%sip-uplk-bytes-retr%,%sip-dwnlk-bytes-retr%,%sip-uplk-pkts-retr%,%sip-dwnlk-pkts-retr%,%sip-invite%,%sip-bye%,%sip-ack%,%sip-cancel%,%sip-register%,%sip-inv-pkts%,%rtsp-flows%,%rtsp-flows-cur%,%rtsp-sess%,%rtsp-uplk-bytes%,%rtsp-dwnlk-bytes%,%rtsp-uplk-pkts%,%rtsp-dwnlk-pkts%,%rtsp-uplk-bytes-retr%,%rtsp-dwnlk-bytes-retr%,%rtsp-uplk-pkts-retr%,%rtsp-dwnlk-pkts-retr%,%rtsp-play%,%rtsp-setup%,%rtsp-pause%,%rtsp-record%,%rtsp-option%,%rtsp-redir%,%rtsp-desc%,%rtsp-announ%,%rtsp-trdwn%,%rtsp-get-param%,%rtsp-set-param%,%rtsp-inv-pkts%
EMS,ECS2,%date%,%time%,%rtp-flows%,%rtp-flows-cur%,%rtp-uplk-bytes%,%rtp-dwnlk-bytes%,%rtp-uplk-pkts%,%rtp-dwnlk-pkts%,%ftp-flows%,%ftp-flows-cur%,%ftp-uplk-bytes%,%ftp-dwnlk-bytes%,%ftp-uplk-pkts%,%ftp-dwnlk-pkts%,%ftp-retr%,%ftp-stor%,%ftp-inv-pkts%,%smtp-flows%,%smtp-flows-cur%,%smtp-uplk-bytes%,%smtp-dwnlk-bytes%,%smtp-uplk-pkts%,%smtp-dwnlk-pkts%,%smtp-uplk-bytes-retr%,%smtp-dwnlk-bytes-retr%,%smtp-uplk-pkts-retr%,%smtp-dwnlk-pkts-retr%,%smtp-unk-cmd%,%smtp-unk-resp%,%smtp-req-succ%,%smtp-req-fail%,%smtp-helo%,%smtp-ehlo%,%smtp-mail-frm%,%smtp-rcpt-to%,%smtp-data%,%smtp-bdat%,%smtp-vrfy%,%smtp-expn%,%smtp-noop%,%smtp-rset%,%smtp-quit%,%smtp-inv-pkts%,%pop3-flows%,%pop3-flows-cur%,%pop3-uplk-bytes%,%pop3-dwnlk-bytes%,%pop3-uplk-pkts%,%pop3-dwnlk-pkts%,%pop3-uplk-bytes-retr%,%pop3-dwnlk-bytes-retr%,%pop3-uplk-pkts-retr%,%pop3-dwnlk-pkts-retr%,%pop3-retr%,%pop3-retr-succ%,%pop3-list%,%pop3-list-succ%,%pop3-inv-pkts%,%imap-uplk-bytes%,%imap-dwnlk-bytes%,%imap-uplk-pkts%,%imap-dwnlk-pkts%,%imap-uplk-bytes-retr%,%imap-dwnlk-bytes-retr%,%imap-uplk-pkts-retr%,%imap-dwnlk-pkts-retr%,%imap-req-succ%,%imap-req-fail%,%imap-reply-untag%,%imap-reply-commcont%,%imap-unk-command%,%imap-unk-reply%,%p2p-flows%,%p2p-flows-cur%,%p2p-skype-uplnk-bytes%,%p2p-skype-dwlnk-bytes%,%p2p-skype-uplnk-pkts%,%p2p-skype-dwlnk-pkts%,%p2p-bittorrent-uplnk-bytes%,%p2p-bittorrent-dwlnk-bytes%,%p2p-bittorrent-uplnk-pkts%,%p2p-bittorrent-dwlnk-pkts%,%p2p-edonkey-uplnk-bytes%,%p2p-edonkey-dwlnk-bytes%,%p2p-edonkey-uplnk-pkts%,%p2p-edonkey-dwlnk-pkts%,%p2p-msn-uplnk-bytes%,%p2p-msn-dwlnk-bytes%,%p2p-msn-uplnk-pkts%,%p2p-msn-dwlnk-pkts%,%p2p-yahoo-uplnk-bytes%,%p2p-yahoo-dwlnk-bytes%,%p2p-yahoo-uplnk-pkts%,%p2p-yahoo-dwlnk-pkts%
EMS,ECS3,%date%,%time%,%p2p-orb-uplnk-bytes%,%p2p-orb-dwlnk-bytes%,%p2p-orb-uplnk-pkts%,%p2p-orb-dwlnk-pkts%,%p2p-winny-uplnk-bytes%,%p2p-winny-dwlnk-bytes%,%p2p-winny-uplnk-pkts%,%p2p-winny-dwlnk-pkts%,%p2p-slingbox-uplnk-bytes%,%p2p-slingbox-dwlnk-bytes%,%p2p-slingbox-uplnk-pkts%,%p2p-slingbox-dwlnk-pkts%,%p2p-fasttrack-uplnk-bytes%,%p2p-fasttrack-dwlnk-bytes%,%p2p-fasttrack-uplnk-pkts%,%p2p-fasttrack-dwlnk-pkts%,%p2p-gnutella-uplnk-bytes%,%p2p-gnutella-dwlnk-bytes%,%p2p-gnutella-uplnk-pkts%,%p2p-gnutella-dwlnk-pkts%,%p2p-jabber-uplnk-bytes%,%p2p-jabber-dwlnk-bytes%,%p2p-jabber-uplnk-pkts%,%p2p-jabber-dwlnk-pkts%,%ecs-ttlsuccess%,%ecs-ttlfail%,%ecs-curactive%,%ecs-15peak-curactive%,%ecs-ruleshit%,%ecs-ttldlinkbytes%,%ecs-ttlulinkbytes%,%ecs-ttldlinkpackets%,%ecs-ttlulinkpackets%,%ecs-ttlflowconn%,%ecs-ttlflowdisc%,%ecs-curflow%,%ecs-15peak-curflow%,%ecs-15min-usage-flowall%,%dns-dwnlk-bytes%,%dns-dwnlk-pkts%,%dns-flows%,%dns-flows-cur%,%dns-inv-pkts%,%dns-over-tcp-dwnlk-bytes%,%dns-over-tcp-dwnlk-pkts%,%dns-over-tcp-uplk-bytes%,%dns-over-tcp-uplk-pkts%,%dns-req-a-query%,%dns-req-cname-query%,%dns-req-ns-query%,%dns-req-ptr-query%,%dns-req-unknown-query%,%dns-rsp-a-query%,%dns-rsp-cname-query%,%dns-rsp-ns-query%,%dns-rsp-ptr-query%,%dns-rsp-unknown-query%,%dns-unk-opcode%,%dns-uplk-bytes%,%dns-uplk-pkts%,%icmp-inv-pkts%,%p2p-applejuice-dwlnk-bytes%,%p2p-applejuice-dwlnk-pkts%,%p2p-applejuice-uplnk-bytes%,%p2p-applejuice-uplnk-pkts%,%p2p-ares-dwlnk-bytes%,%p2p-ares-dwlnk-pkts%,%p2p-ares-uplnk-bytes%,%p2p-ares-uplnk-pkts%,%p2p-directconnect-dwlnk-bytes%,%p2p-directconnect-dwlnk-pkts%,%p2p-directconnect-uplnk-bytes%,%p2p-directconnect-uplnk-pkts%,%p2p-feidian-dwlnk-bytes%,%p2p-feidian-dwlnk-pkts%,%p2p-feidian-uplnk-bytes%,%p2p-feidian-uplnk-pkts%
EMS,ECS4,%date%,%time%,%p2p-filetopia-dwlnk-bytes%,%p2p-filetopia-dwlnk-pkts%,%p2p-filetopia-uplnk-bytes%,%p2p-filetopia-uplnk-pkts%,%p2p-gadugadu-dwlnk-bytes%,%p2p-gadugadu-dwlnk-pkts%,%p2p-gadugadu-uplnk-bytes%,%p2p-gadugadu-uplnk-pkts%,%p2p-imesh-dwlnk-bytes%,%p2p-imesh-dwlnk-pkts%,%p2p-imesh-uplnk-bytes%,%p2p-imesh-uplnk-pkts%,%p2p-manolito-dwlnk-bytes%,%p2p-manolito-dwlnk-pkts%,%p2p-manolito-uplnk-bytes%,%p2p-manolito-uplnk-pkts%,%p2p-msn-non-voice-dwlnk-bytes%,%p2p-msn-non-voice-dwlnk-pkts%,%p2p-msn-non-voice-uplnk-bytes%,%p2p-msn-non-voice-uplnk-pkts%,%p2p-msn-voice-dwlnk-bytes%,%p2p-msn-voice-dwlnk-pkts%,%p2p-msn-voice-uplnk-bytes%,%p2p-msn-voice-uplnk-pkts%,%p2p-mute-dwlnk-bytes%,%p2p-mute-dwlnk-pkts%,%p2p-mute-uplnk-bytes%,%p2p-mute-uplnk-pkts%,%p2p-pando-dwlnk-bytes%,%p2p-pando-dwlnk-pkts%,%p2p-pando-uplnk-bytes%,%p2p-pando-uplnk-pkts%,%p2p-pplive-dwlnk-bytes%,%p2p-pplive-dwlnk-pkts%,%p2p-pplive-uplnk-bytes%,%p2p-pplive-uplnk-pkts%,%p2p-ppstream-dwlnk-bytes%,%p2p-ppstream-dwlnk-pkts%,%p2p-ppstream-uplnk-bytes%,%p2p-ppstream-uplnk-pkts%,%p2p-qq-dwlnk-bytes%,%p2p-qq-dwlnk-pkts%,%p2p-qqlive-dwlnk-bytes%,%p2p-qqlive-dwlnk-pkts%,%p2p-qqlive-uplnk-bytes%,%p2p-qqlive-uplnk-pkts%,%p2p-qq-uplnk-bytes%,%p2p-qq-uplnk-pkts%,%p2p-skinny-dwlnk-bytes%,%p2p-skinny-dwlnk-pkts%,%p2p-skinny-uplnk-bytes%,%p2p-skinny-uplnk-pkts%,%p2p-skype-non-voice-dwlnk-bytes%,%p2p-skype-non-voice-dwlnk-pkts%,%p2p-skype-non-voice-uplnk-bytes%,%p2p-skype-non-voice-uplnk-pkts%,%p2p-skype-voice-dwlnk-bytes%,%p2p-skype-voice-dwlnk-pkts%,%p2p-skype-voice-uplnk-bytes%,%p2p-skype-voice-uplnk-pkts%,%p2p-sopcast-dwlnk-bytes%,%p2p-sopcast-dwlnk-pkts%,%p2p-sopcast-uplnk-bytes%,%p2p-sopcast-uplnk-pkts%,%p2p-soulseek-dwlnk-bytes%,%p2p-soulseek-dwlnk-pkts%,%p2p-soulseek-uplnk-bytes%
EMS,ASNGW1,%date%,%time%,%vpnname%,%vpnid%,%servname%,%servid%,%peeripaddr%,%r6mspreattreq-totsent%,%r6mspreattreq-retranssent%,%r6mspreattreq-totrec%,%r6mspreattreq-totacc%,%r6mspreattreq-totdenied%,%r6mspreattreq-totdiscard%,%r6mspreattreq-badform%,%r6mspreattreq-decodeerr%,%r6mspreattreq-unspecerr%,%r6mspreattreq-missmandtlv%,%r6mspreattreq-tlvvalinval%,%r6mspreattreq-unknowntlv%,%r6mspreattreq-duptlvfound%,%r6mspreattreq-nosessfound%,%r6mspreattreq-transiderr%,%r6mspreattrsp-totsent%,%r6mspreattrsp-retranssent%,%r6mspreattrsp-totrec%,%r6mspreattrsp-totacc%,%r6mspreattrsp-totdenied%,%r6mspreattrsp-totdiscard%,%r6mspreattrsp-badform%,%r6mspreattrsp-decodeerr%,%r6mspreattrsp-unspecerr%,%r6mspreattrsp-missmandtlv%,%r6mspreattrsp-tlvvalinval%,%r6mspreattrsp-unknowntlv%,%r6mspreattrsp-duptlvfound%,%r6mspreattrsp-nosessfound%,%r6mspreattrsp-transiderr%,%r6mspreattack-totsent%,%r6mspreattack-retranssent%,%r6mspreattack-totrec%,%r6mspreattack-totacc%,%r6mspreattack-totdenied%,%r6mspreattack-totdiscard%,%r6mspreattack-badform%,%r6mspreattack-decodeerr%,%r6mspreattack-unspecerr%,%r6mspreattack-missmandtlv%,%r6mspreattack-tlvvalinval%,%r6mspreattack-unknowntlv%,%r6mspreattack-duptlvfound%,%r6mspreattack-nosessfound%,%r6mspreattack-transiderr%,%r6contextreq-totsent%,%r6contextreq-retranssent%,%r6contextreq-totrec%,%r6contextreq-totacc%,%r6contextreq-totdenied%,%r6contextreq-totdiscard%,%r6contextreq-badform%,%r6contextreq-decodeerr%,%r6contextreq-unspecerr%,%r6contextreq-missmandtlv%,%r6contextreq-tlvvalinval%,%r6contextreq-unknowntlv%,%r6contextreq-duptlvfound%,%r6contextreq-nosessfound%,%r6contextreq-transiderr%,%r6contextrepo-totsent%,%r6contextrepo-retranssent%,%r6contextrepo-totrec%,%r6contextrepo-totacc%,%r6contextrepo-totdenied%,%r6contextrepo-totdiscard%
EMS,ASNGW2,%date%,%time%,%vpnname%,%vpnid%,%servname%,%servid%,%peeripaddr%,%r6contextrepo-badform%,%r6contextrepo-decodeerr%,%r6contextrepo-unspecerr%,%r6contextrepo-missmandtlv%,%r6contextrepo-tlvvalinval%,%r6contextrepo-unknowntlv%,%r6contextrepo-duptlvfound%,%r6contextrepo-nosessfound%,%r6contextrepo-transiderr%,%r6contextack-totsent%,%r6contextack-retranssent%,%r6contextack-totrec%,%r6contextack-totacc%,%r6contextack-totdenied%,%r6contextack-totdiscard%,%r6contextack-badform%,%r6contextack-decodeerr%,%r6contextack-unspecerr%,%r6contextack-missmandtlv%,%r6contextack-tlvvalinval%,%r6contextack-unknowntlv%,%r6contextack-duptlvfound%,%r6contextack-nosessfound%,%r6contextack-transiderr%,%r6autheaptra-totsent%,%r6autheaptra-retranssent%,%r6autheaptra-totrec%,%r6autheaptra-totacc%,%r6autheaptra-totdenied%,%r6autheaptra-totdiscard%,%r6autheaptra-badform%,%r6autheaptra-decodeerr%,%r6autheaptra-unspecerr%,%r6autheaptra-missmandtlv%,%r6autheaptra-tlvvalinval%,%r6autheaptra-unknowntlv%,%r6autheaptra-duptlvfound%,%r6autheaptra-nosessfound%,%r6autheaptra-transiderr%,%r6autheaptra-outofordrcd%,%r6autheapsta-totrec%,%r6autheapsta-totacc%,%r6autheapsta-totdenied%,%r6autheapsta-totdiscard%,%r6autheapsta-badform%,%r6autheapsta-decodeerr%,%r6autheapsta-unspecerr%,%r6autheapsta-missmandtlv%,%r6autheapsta-tlvvalinval%,%r6autheapsta-unknowntlv%,%r6autheapsta-duptlvfound%,%r6autheapsta-nosessfound%,%r6autheapsta-transiderr%,%r6autheapsta-outofordrcd%,%r6autheapsta-noresourcedrop%,%r6autheapsta-bsinireauth%,%r6msattreq-totsent%,%r6msattreq-retranssent%,%r6msattreq-totrec%,%r6msattreq-totacc%,%r6msattreq-totdenied%,%r6msattreq-totdiscard%,%r6msattreq-badform%,%r6msattreq-decodeerr%,%r6msattreq-unspecerr%,%r6msattreq-missmandtlv%,%r6msattreq-tlvvalinval%,%r6msattreq-unknowntlv%
EMS,ASNGW3,%date%,%time%,%vpnname%,%vpnid%,%servname%,%servid%,%peeripaddr%,%r6msattreq-duptlvfound%,%r6msattreq-nosessfound%,%r6msattreq-transiderr%,%r6msattrsp-totsent%,%r6msattrsp-retranssent%,%r6msattrsp-totrec%,%r6msattrsp-totacc%,%r6msattrsp-totdenied%,%r6msattrsp-totdiscard%,%r6msattrsp-badform%,%r6msattrsp-decodeerr%,%r6msattrsp-unspecerr%,%r6msattrsp-missmandtlv%,%r6msattrsp-tlvvalinval%,%r6msattrsp-unknowntlv%,%r6msattrsp-duptlvfound%,%r6msattrsp-nosessfound%,%r6msattrsp-transiderr%,%r6msattack-totsent%,%r6msattack-retranssent%,%r6msattack-totrec%,%r6msattack-totacc%,%r6msattack-totdenied%,%r6msattack-totdiscard%,%r6msattack-badform%,%r6msattack-decodeerr%,%r6msattack-unspecerr%,%r6msattack-missmandtlv%,%r6msattack-tlvvalinval%,%r6msattack-unknowntlv%,%r6msattack-duptlvfound%,%r6msattack-nosessfound%,%r6msattack-transiderr%,%r6datapathregreq-totsent%,%r6datapathregreq-retranssent%,%r6datapathregreq-totrec%,%r6datapathregreq-totacc%,%r6datapathregreq-totdenied%,%r6datapathregreq-totdiscard%,%r6datapathregreq-badform%,%r6datapathregreq-decodeerr%,%r6datapathregreq-unspecerr%,%r6datapathregreq-missmandtlv%,%r6datapathregreq-tlvvalinval%,%r6datapathregreq-unknowntlv%,%r6datapathregreq-duptlvfound%,%r6datapathregreq-nosessfound%,%r6datapathregreq-transiderr%,%r6datapathregrsp-totsent%,%r6datapathregrsp-retranssent%,%r6datapathregrsp-totrec%,%r6datapathregrsp-totacc%,%r6datapathregrsp-totdenied%,%r6datapathregrsp-totdiscard%,%r6datapathregrsp-badform%,%r6datapathregrsp-decodeerr%,%r6datapathregrsp-unspecerr%,%r6datapathregrsp-missmandtlv%,%r6datapathregrsp-tlvvalinval%,%r6datapathregrsp-unknowntlv%,%r6datapathregrsp-duptlvfound%,%r6datapathregrsp-nosessfound%,%r6datapathregrsp-transiderr%,%r6datapathregack-totsent%
EMS,ASNGW4,%date%,%time%,%vpnname%,%vpnid%,%servname%,%servid%,%peeripaddr%,%r6datapathregack-retranssent%,%r6datapathregack-totrec%,%r6datapathregack-totacc%,%r6datapathregack-totdenied%,%r6datapathregack-totdiscard%,%r6datapathregack-badform%,%r6datapathregack-decodeerr%,%r6datapathregack-unspecerr%,%r6datapathregack-missmandtlv%,%r6datapathregack-tlvvalinval%,%r6datapathregack-unknowntlv%,%r6datapathregack-duptlvfound%,%r6datapathregack-nosessfound%,%r6datapathregack-transiderr%,%r6datapathderegreq-totsent%,%r6datapathderegreq-retranssent%,%r6datapathderegreq-totrec%,%r6datapathderegreq-totacc%,%r6datapathderegreq-totdenied%,%r6datapathderegreq-totdiscard%,%r6datapathderegreq-badform%,%r6datapathderegreq-decodeerr%,%r6datapathderegreq-unspecerr%,%r6datapathderegreq-missmandtlv%,%r6datapathderegreq-tlvvalinval%,%r6datapathderegreq-unknowntlv%,%r6datapathderegreq-duptlvfound%,%r6datapathderegreq-nosessfound%,%r6datapathderegreq-transiderr%,%r6datapathderegrsp-totsent%,%r6datapathderegrsp-retranssent%,%r6datapathderegrsp-totrec%,%r6datapathderegrsp-totacc%,%r6datapathderegrsp-totdenied%,%r6datapathderegrsp-totdiscard%,%r6datapathderegrsp-badform%,%r6datapathderegrsp-decodeerr%,%r6datapathderegrsp-unspecerr%,%r6datapathderegrsp-missmandtlv%,%r6datapathderegrsp-tlvvalinval%,%r6datapathderegrsp-unknowntlv%,%r6datapathderegrsp-duptlvfound%,%r6datapathderegrsp-nosessfound%,%r6datapathderegrsp-transiderr%,%r6keychadir-totsent%,%r6keychadir-retranssent%,%r6keychadir-totrec%,%r6keychadir-totacc%,%r6keychadir-totdenied%,%r6keychadir-totdiscard%,%r6keychadir-badform%,%r6keychadir-decodeerr%,%r6keychadir-unspecerr%,%r6keychadir-missmandtlv%,%r6keychadir-tlvvalinval%,%r6keychadir-unknowntlv%,%r6keychadir-duptlvfound%,%r6keychadir-nosessfound%,%r6keychadir-transiderr%
EMS,SGSN1,%date%,%time%,%vpnname%,%vpnid%,%servname%,%3G-attached%,%2G-attached%,%3G-home-subscribers%,%2G-home-subscribers%,%3G-visiting-national%,%2G-visiting-national%,%3G-visiting-foreign%,%2G-visiting-foreign%,%pmm-connected%,%pmm-idle%,%3G-IMSI-Attch%,%2G-IMSI-Attch%,%3G-ptmsi-Attch%,%2G-ptmsi-Attch%,%3G-attach-accept%,%2G-attch-accept%,%3G-attach-complete%,%2G-attach-complete%,%3G-attach-reject%,%2G-attach-reject%,%3G-intra-rau%,%2G-intra-rau%,%3G-periodic-rau%,%2G-periodic-rau%,%3G-inter-sgsn-rau%,%2G-inter-sgsn-rau%,%3G-rau-complete%,%2G-rau-complete%,%3G-rau-reject%,%2G-rau-reject%,%3G-ms-init-detach%,%2G-ms-init-detach%,%3G-nw-init-detach%,%2G-nw-init-detach%,%3G-ms-init-detach-accept%,%2G-ms-init-detach-accept%,%3G-nw-init-detach-accept%,%2G-nw-init-detach-accept%,%3G-signalling-service-request%,%2G-signalling-service-request%,%3G-data-service-request%,%2G-data-service-request%,%3G-service-response%,%2G-service-response%,%3G-service-reject%,%2G-service-reject%,%3G-paging-request%,%2G-paging-request%,%3G-gmm-status-sent%,%2G-gmm-status-sent%,%3G-gmm-status-rcvd%,%2G-gmm-status-rcvd%,%3G-auth-cipher-request%,%2G-auth-cipher-request%,%3G-auth-cipher-response%,%2G-auth-cipher-response%,%3G-auth-cipher-reject%,%2G-auth-cipher-reject%,%3G-auth-cipher-mac-fail%,%2G-auth-cipher-mac-fail%,%3G-auth-cipher-syn-fail%,%2G-auth-cipher-syn-fail%,%3G-ptmsi-realloc%,%2G-ptmsi-realloc%,%3G-ptmsi-realloc-complete%,%2G-ptmsi-realloc-complete%,%3G-imsi-identity-request%,%2G-imsi-identity-request%,%3G-imeisv-identity-request%,%2G-imeisv-identity-request%,%3G-imsi-identity-response%,%2G-imsi-identity-response%,%3G-imeisv-identity-response%,%2G-imeisv-identity-response%,%3G-unknown-identity-response%,%2G-unknown-identity-response%
EMS,SGSN2,%date%,%time%,%vpnname%,%vpnid%,%servname%,%common-id-sent%,%sec-mode-command%,%sec-mode-complete%,%sec-mode-reject%,%Iu-release-request%,%Iu-release-command%,%Iu-release-complete%,%Reset-received%,%Retransmitted-reset-received%,%Reset-Ack-sent%,%Reset-sent%,%Retransmitted-reset-sent%,%Reset-Ack-received%,%Resource-reset-received%,%Resource-reset-ack-sent%,%Resource-reset-sent%,%Resource-reset-ack-received%,%Error-indication-rcvd%,%Relocation-required%,%Relocation-command%,%Relocation-request%,%Relocation-request-ack%,%Relocation-failure%,%Relocation-prep-failure%,%Relocation-cancel%,%Relocation-cancel-ack%,%Relocation-detect%,%Relocation-complete%,%Forward-srns-context%,%GMM-received-nas-pdu%,%GMM-sent-nas-pdu%,%SM-received-nas-pdu%,%SM-sent-nas-pdu%,%Unidentified-nas-pdu%,%3G-total-actv-req%,%3G-total-actv-accept%,%3G-ms-modify-req%,%3G-ms-modify-accept%,%3G-nw-modify-req%,%3G-nw-modify-accept%,%3G-ms-deactv-req%,%3G-ms-deactv-accept%,%3G-sgsn-init-deact-req%,%3G-sgsn-init-deact-acc%,%RNC-rab-modify-req%,%RNC-rab-rel-req%,%rab-assign-req%,%rab-assign-rsp%,%rab-set/mod-req%,%rab-set/mod-acc%,%rab-rel-req%,%rab-rel-accept%,%map-open-req-tx%,%map-open-req-rx%,%map-open-rsp-tx%,%map-open-rsp-rx%,%map-close-tx%,%map-close-rx%,%map-abort-tx%,%map-abort-rx%,%map-gprs-update-loc-req-tx%,%map-gprs-update-loc-rsp-tx%,%map-gprs-update-loc-err-tx%,%map-gprs-update-loc-timeouts-rx%,%map-cancel-loc-req-rx%,%map-cancel-loc-rsp-tx%,%map-cancel-loc-err-tx%,%map-del-subs-req-rx%,%map-del-subs-rsp-tx%,%map-del-subs-ret-tx%,%map-auth-timeouts-rcvd%,%map-purge-timeouts-rcvd%,%map-insert-subs-rcvd%,%map-standalone-isd-rcvd%,%map-isd-rsp-tx%,%map-isd-err-tx%,%map-auth-fail-rept-req-tx%,%map-auth-fail-rept-rsp-rx%,%map-auth-fail-rept-err-rx%
EMS,SGSN3,%date%,%time%,%vpnname%,%vpnid%,%servname%,%map-auth-fail-rept-timeouts-rcvd%,%map-hlr-reset-rcvd%,%tcap-total-active-trans%,%tcap-total-active-invoks%,%tcap-total-msg-drops%,%tcap-total-msg-rcvd%,%tcap-total-msg-sent%,%tcap-total-abort-rcvd%,%tcap-total-abort-sent%,%tcap-total-comp-rx%,%tcap-total-comp-tx%,%tcap-comp-reterr-rx%,%tcap-comp-reterr-tx%,%tcap-comp-retrej-rx%,%tcap-comp-retrej-tx%,%tcap-tran-incorrect-rx%,%tcap-tran-incorrect-tx%,%tcap-tran-badformed-rx%,%tcap-tran-badformed-tx%,%tcap-tran-unrecognised-rx%,%tcap-tran-unrecognised-tx%,%tcap-comp-incorrect-rx%,%tcap-comp-incorrect-tx%,%tcap-comp-badformed-rx%,%tcap-comp-badformed-tx%,%tcap-comp-unrec-invid-res-rx%,%tcap-comp-unrec-invid-res-tx%,%tcap-comp-unexp-res-rx%,%tcap-comp-unexp-res-tx%,%tcap-user-unrec-opcode-rx%,%tcap-user-unrec-opcode-tx%,%tcap-user-incorr-params-rx%,%tcap-user-incorr-params-tx%,%tcap-user-resourcelimit-rx%,%tcap-user-resourcelimit-tx%,%rab-set/mod-tmr-expired%,%rab-rel-tmr-expired%,%3G-rau-accept-intra%,%3G-rau-accept-inter%,%2G-rau-accept-intra%,%2G-rau-accept-inter%,%3G-attached-with-pdp%,%3G-attached-no-pdp%,%3G-gmm-info-sent%,%2G-gmm-info-sent%,%3G-auth-cipher-rsp-sres-mismatch%,%2G-auth-cipher-rsp-sres-mismatch%,%3G-auth-unacceptable%,%2G-auth-unacceptable%,%3G-imei-identity-request%,%2G-imei-identity-request%,%3G-imei-identity-response%,%2G-imei-identity-response%,%Initial-UE-Rcvd%,%Direct-Trans-Rcvd%,%Error-indication-sent%,%3G-total-num-actv-pdp%,%3G-primary-actv-req%,%3G-primary-actv-accept%,%3G-primary-actv-reject%,%3G-secondary-actv-req%,%3G-secondary-actv-acc%,%3G-secondary-actv-rej%,%3G-dupl-ti-pdpactive%,%3G-dupl-nsapi-pdpactv%,%3G-dupl-pdpaddr-apn-pdpactv%,%3G-dupl-ti-n-pdpactive%,%3G-dupl-pdpaddr-apn-n-pdpactv%,%3G-ms-modify-rej%,%3G-nw-modify-rej%,%3G-ms-deactv-reject%
EMS,SGSN4,%date%,%time%,%vpnname%,%vpnid%,%servname%,%3G-sgsn-init-deact-rej%,%3G-total-sm-status-req-rx%,%3G-total-sm-status-req-tx%,%RNC-rab-modify-num%,%RNC-rab-rel-num%,%rab-set/mod-fail%,%rab-rel-fail%,%rab-queued%,%total-rab-rej%,%SRNS-ctxt-req-sent%,%SRNS-ctxt-rsp-rcvd%,%SRNS-ctxt-req-tmr-expired%,%SRNS-ctxt-total-pdp-acc%,%SRNS-ctxt-total-pdp-rej%,%SRNS-data-fwd-cmd-sent%,%map-auth-req-tx%,%map-auth-succes%,%map-auth-fail%,%map-imei-req-tx%,%map-imei-succes%,%map-imei-fail%,%map-imei-timeout%,%map-purge-req-tx%,%map-purge-success%,%map-purge-fail%,%tcap-uni-dir-msg-rcvd%,%tcap-uni-dir-msg-sent%,%tcap-begin-msg-rcvd%,%tcap-begin-msg-sent%,%tcap-continue-msg-rcvd%,%tcap-continue-msg-sent%,%tcap-end-msg-rcvd%,%tcap-end-msg-sent%,%tcap-total-comp-invoke-rx%,%tcap-total-comp-invoke-tx%,%tcap-comp-retresult-rx%,%tcap-comp-retresult-tx%,%tcap-tran-unrec-msgtype-rx%,%tcap-tran-unrec-msgtype-tx%,%tcap-tran-resource-limit-rx%,%tcap-tran-resource-limit-tx%,%tcap-comp-unrecognised-rx%,%tcap-comp-unrecognised-tx%,%tcap-comp-unrec-linkid-rx%,%tcap-comp-unrec-linkid-tx%,%tcap-comp-unrec-invid-err-rx%,%tcap-comp-unrec-invid-err-tx%,%tcap-comp-unexp-err-rx%,%tcap-comp-unexp-err-tx%,%tcap-user-duplicate-invid-rx%,%tcap-user-duplicate-invid-tx%,%tcap-user-unexp-linked-resp-rx%,%tcap-user-unexp-linked-resp-tx%,%tcap-user-unexp-linked-oper-rx%,%tcap-user-unexp-linked-oper-tx%,%tcap-user-res-incorr-params-rx%,%tcap-user-res-incorr-params-tx%,%tcap-user-res-unrec-errcode-rx%,%tcap-user-res-unrec-errcode-tx%,%tcap-user-res-unexp-errcode-rx%,%tcap-user-res-unexp-errcode-tx%,%tcap-user-err-incorr-params-rx%,%tcap-user-err-incorr-params-tx%,%tcap-user-initiate-release-rx%,%tcap-user-initiate-release-tx%,%3G-dupl-nsapi-n-pdpactv%,%Direct-Trans-Sent%,%3G-T3350-expiry%
EMS,SGSN5,%date%,%time%,%vpnname%,%vpnid%,%servname%,%2G-T3350-expiry%,%3G-T3360-expiry%,%2G-T3360-expiry%,%3G-T3370-expiry%,%2G-T3370-expiry%,%3G-T3322-expiry%,%2G-T3322-expiry%,%3G-T3313-expiry%,%2G-T3313-expiry%,%mcc%,%mnc%,%lac%,%rac%,%2G-local-ptmsi-Attch%,%2G-paging-success%,%2G-remote-ptmsi-Attch%,%3G-actv-rej-apn-restriction-incompatible%,%3G-actv-rej-by-ggsn%,%3G-actv-rej-conditional-ie-err%,%3G-actv-rej-ie-non-existent%,%3G-actv-rej-insufficient-resources%,%3G-actv-rej-invalid-mandatory-info%,%3G-actv-rej-missing-or-unknown-apn%,%3G-actv-rej-msg-not-compatible-with-prot-state%,%3G-actv-rej-msg-type-non-existent%,%3G-actv-rej-network-failure%,%3G-actv-rej-odb%,%3G-actv-rej-pdp-notft-actv%,%3G-actv-rej-prot-err-unspecified%,%3G-actv-rej-recovery-on-timer-expiry%,%3G-actv-rej-semantically-incorrect%,%3G-actv-rej-semantic-err-in-pkt-filter%,%3G-actv-rej-semantic-error-tft-operation%,%3G-actv-rej-service-not-subscribed%,%3G-actv-rej-service-not-supported%,%3G-actv-rej-svc-opt-tmp-out-of-order%,%3G-actv-rej-syntax-err-in-pkt-filter%,%3G-actv-rej-syntax-err-in-tft-operation%,%3G-actv-rej-unknown-pdp-addr-type%,%3G-actv-rej-unknown-pdp-context%,%3G-actv-rej-unspecified-error%,%3G-actv-rej-usr-auth-failed%,%3G-attach-rej-congestion%,%3G-attach-rej-illegal-me%,%3G-attach-rej-illegal-ms%,%3G-attach-rej-implicitly-detach%,%3G-attach-rej-imsi-unknown-at-hlr%,%3G-attach-rej-network-failure%,%3G-attach-rej-plmn-not-allowed%,%3G-attach-rej-unknown-cause%,%3G-detached%,%3G-ggsn-init-deact-acc%,%3G-ggsn-init-deact-rej%,%3G-ggsn-init-deact-req%,%3G-gprs-and-non-gprs-service-not-allowed%,%3G-gprs-service-not-allowed%,%3G-gprs-service-not-allowed-in-this-plmn%,%3G-hlr-init-deact-acc%,%3G-hlr-init-deact-rej%,%3G-hlr-init-deact-req%,%3G-local-ptmsi-Attch%
EMS,SGSN6,%date%,%time%,%vpnname%,%vpnid%,%servname%,%3G-no-suitable-cells-in-location-area%,%3G-paging-success%,%3G-total-attach-req%,%exist-conn-proc-rej-overload%,%new-connection-rejected-overload%,%3G-total-actv-pdp-with-dir-tunnel%,%3G-remote-ptmsi-Attch%,%3G-roaming-not-allowed-in-this-location-area%,%3G-inter-rau-reject%,%3G-total-inter-rau-failure%,%3G-rau-accept-periodic%,%3G-periodic-rau-reject%,%3G-total-periodic-rau-failure%,%3G-intra-rau-reject%,%3G-total-intra-rau-failure%,%3G-total-attach-fail%,%3G-total-actv-reject%,%3G-total-actv-fail%,%3G-intra-rau-rej-imsi-unknown-hlr%,%2G-intra-rau-rej-imsi-unknown-hlr%,%3G-intra-rau-rej-illegal-ms%,%2G-intra-rau-rej-illegal-ms%,%3G-intra-rau-rej-illegal-me%,%2G-intra-rau-rej-illegal-me%,%3G-intra-rau-rej-gprs-svc-not-allw%,%2G-intra-rau-rej-gprs-svc-not-allw%,%3G-intra-rau-rej-nongprs-svc-not-allow%,%2G-intra-rau-rej-nongprs-svc-not-allow%,%3G-intra-rau-rej-msid-not-derived-by-nw%,%2G-intra-rau-rej-msid-not-derived-by-nw%,%3G-intra-rau-rej-implicitly-detach%,%2G-intra-rau-rej-implicitly-detach%,%3G-intra-rau-rej-plmn-not-allowed%,%2G-intra-rau-rej-plmn-not-allowed%,%3G-intra-rau-rej-loc-area-not-allow%,%2G-intra-rau-rej-loc-area-not-allow%,%3G-intra-rau-rej-roam-not-allow-larea%,%2G-intra-rau-rej-roam-not-allow-larea%,%3G-intra-rau-rej-gprs-svc-not-allow-plmn%,%2G-intra-rau-rej-gprs-svc-not-allow-plmn%,%3G-intra-rau-rej-no-cells-in-loc-area%,%2G-intra-rau-rej-no-cells-in-loc-area%,%3G-intra-rau-rej-msc-not-reachable%,%2G-intra-rau-rej-msc-not-reachable%,%3G-intra-rau-rej-network-failure%,%2G-intra-rau-rej-network-failure%,%3G-intra-rau-rej-mac-failure%,%2G-intra-rau-rej-mac-failure%,%3G-intra-rau-rej-syn-failure%,%2G-intra-rau-rej-syn-failure%,%3G-intra-rau-rej-congestion%,%2G-intra-rau-rej-congestion%
EMS,SGSN7,%date%,%time%,%vpnname%,%vpnid%,%servname%,%3G-intra-rau-rej-gsm-auth-unacceptable%,%2G-intra-rau-rej-gsm-auth-unacceptable%,%3G-intra-rau-rej-no-pdp-ctx-actv%,%2G-intra-rau-rej-no-pdp-ctx-actv%,%3G-intra-rau-rej-retry-from-new-cell%,%2G-intra-rau-rej-retry-from-new-cell%,%3G-intra-rau-rej-inval-mand-info%,%2G-intra-rau-rej-inval-mand-info%,%3G-intra-rau-rej-msg-type-non-exist%,%2G-intra-rau-rej-msg-type-non-exist%,%3G-intra-rau-rej-mtype-incompat-pstate%,%2G-intra-rau-rej-mtype-incompat-pstate%,%3G-intra-rau-rej-ie-non-existent%,%2G-intra-rau-rej-ie-non-existent%,%3G-intra-rau-rej-cond-ie-error%,%2G-intra-rau-rej-cond-ie-error%,%3G-intra-rau-rej-msg-incompat-prot-state%,%2G-intra-rau-rej-msg-incompat-prot-state%,%3G-intra-rau-rej-prot-error%,%2G-intra-rau-rej-prot-error%,%3G-intra-rau-rej-unknown-error%,%2G-intra-rau-rej-unknown-error%,%3G-intra-prau-rej-imsi-unknown-hlr%,%2G-intra-prau-rej-imsi-unknown-hlr%,%3G-intra-prau-rej-illegal-ms%,%2G-intra-prau-rej-illegal-ms%,%3G-intra-prau-rej-illegal-me%,%2G-intra-prau-rej-illegal-me%,%3G-intra-prau-rej-gprs-svc-not-allow%,%2G-intra-prau-rej-gprs-svc-not-allow%,%3G-intra-prau-rej-nongprs-svc-not-allow%,%2G-intra-prau-rej-nongprs-svc-not-allow%,%3G-intra-prau-rej-msid-not-derived-by-nw%,%2G-intra-prau-rej-msid-not-derived-by-nw%,%3G-intra-prau-rej-implicitly-detach%,%2G-intra-prau-rej-implicitly-detach%,%3G-intra-prau-rej-plmn-not-allowed%,%2G-intra-prau-rej-plmn-not-allowed%,%3G-intra-prau-rej-loc-area-not-allowed%,%2G-intra-prau-rej-loc-area-not-allowed%,%3G-intra-prau-rej-roam-not-allowed-larea%,%2G-intra-prau-rej-roam-not-allowed-larea%,%3G-intra-prau-rej-gprs-svc-not-allowed-plmn%,%2G-intra-prau-rej-gprs-svc-not-allowed-plmn%,%3G-intra-prau-rej-congestion%,%2G-intra-prau-rej-congestion%
EMS,SGSN8,%date%,%time%,%vpnname%,%vpnid%,%servname%,%3G-intra-prau-rej-gsm-auth-unacceptable%,%2G-intra-prau-rej-gsm-auth-unacceptable%,%3G-intra-prau-rej-no-pdp-ctx-actv%,%2G-intra-prau-rej-no-pdp-ctx-actv%,%3G-intra-prau-rej-retry-from-new-cell%,%2G-intra-prau-rej-retry-from-new-cell%,%3G-intra-prau-rej-sem-wrong-msg%,%2G-intra-prau-rej-sem-wrong-msg%,%3G-intra-prau-rej-inval-mand-info%,%2G-intra-prau-rej-inval-mand-info%,%3G-intra-prau-rej-msg-type-non-exist%,%2G-intra-prau-rej-msg-type-non-exist%,%3G-intra-prau-rej-mtype-incompat-pstate%,%2G-intra-prau-rej-mtype-incompat-pstate%,%3G-intra-prau-rej-ie-non-existent%,%2G-intra-prau-rej-ie-non-existent%,%3G-intra-prau-rej-cond-ie-error%,%2G-intra-prau-rej-cond-ie-error%,%3G-intra-prau-rej-msg-incompat-pstate%,%2G-intra-prau-rej-msg-incompat-pstate%,%3G-intra-prau-rej-prot-error%,%2G-intra-prau-rej-prot-error%,%3G-intra-prau-rej-unknown-error%,%2G-intra-prau-rej-unknown-error%,%3G-inter-rau-rej-imsi-unknown-hlr%,%2G-inter-rau-rej-imsi-unknown-hlr%,%3G-inter-rau-rej-illegal-ms%,%2G-inter-rau-rej-illegal-ms%,%3G-inter-rau-rej-illegal-me%,%2G-inter-rau-rej-illegal-me%,%3G-inter-rau-rej-gprs-svc-not-allow%,%2G-inter-rau-rej-gprs-svc-not-allow%,%3G-inter-rau-rej-nongprs-svc-not-allow%,%2G-inter-rau-rej-nongprs-svc-not-allow%,%3G-inter-rau-rej-msid-not-derived-by-nw%,%2G-inter-rau-rej-msid-not-derived-by-nw%,%3G-inter-rau-rej-implicitly-detach%,%2G-inter-rau-rej-implicitly-detach%,%3G-inter-rau-rej-plmn-not-allowed%,%2G-inter-rau-rej-plmn-not-allowed%,%3G-inter-rau-rej-loc-area-not-allowed%,%2G-inter-rau-rej-loc-area-not-allowed%,%3G-inter-rau-rej-roam-not-allowed-larea%,%2G-inter-rau-rej-roam-not-allowed-larea%,%3G-inter-rau-rej-gprs-svc-not-allowed-plmn%,%2G-inter-rau-rej-gprs-svc-not-allowed-plmn%
EMS,SGSN9,%date%,%time%,%vpnname%,%vpnid%,%servname%,%3G-inter-rau-rej-no-cells-in-location-area%,%2G-inter-rau-rej-no-cells-in-location-area%,%3G-inter-rau-rej-msc-not-reachable%,%2G-inter-rau-rej-msc-not-reachable%,%3G-inter-rau-rej-network-failure%,%2G-inter-rau-rej-network-failure%,%3G-inter-rau-rej-mac-failure%,%2G-inter-rau-rej-mac-failure%,%3G-inter-rau-rej-syn-failure%,%2G-inter-rau-rej-syn-failure%,%3G-inter-rau-rej-congestion%,%2G-inter-rau-rej-congestion%,%3G-inter-rau-rej-gsm-auth-unacceptable%,%2G-inter-rau-rej-gsm-auth-unacceptable%,%3G-inter-rau-rej-no-pdp-ctx-actv%,%2G-inter-rau-rej-no-pdp-ctx-actv%,%3G-inter-rau-rej-retry-from-new-cell%,%2G-inter-rau-rej-retry-from-new-cell%,%3G-inter-rau-rej-sem-wrong-msg%,%2G-inter-rau-rej-sem-wrong-msg%,%3G-inter-rau-rej-inval-mand-info%,%2G-inter-rau-rej-inval-mand-info%,%3G-inter-rau-rej-msg-type-non-exist%,%2G-inter-rau-rej-msg-type-non-exist%,%3G-inter-rau-rej-mtype-incompat-pstate%,%2G-inter-rau-rej-mtype-incompat-pstate%,%3G-inter-rau-rej-ie-non-existent%,%2G-inter-rau-rej-ie-non-existent%,%3G-inter-rau-rej-cond-ie-error%,%2G-inter-rau-rej-cond-ie-error%,%3G-inter-rau-rej-msg-not-compat-pstate%,%2G-inter-rau-rej-msg-not-compat-pstate%,%3G-inter-rau-rej-prot-error%,%2G-inter-rau-rej-prot-error%,%3G-inter-rau-rej-unknown-error%,%2G-inter-rau-rej-unknown-error%,%3G-intra-ra-upd-rau-fail-iu_release%,%3G-intra-ra-upd-rau-fail-ongoing-proc%,%2G-intra-ra-upd-rau-fail-ongoing-proc%,%3G-intra-perio-rau-fail-iu_release%,%3G-intra-perio-rau-fail-ongoing-proc%,%2G-intra-perio-rau-fail-ongoing-proc%,%3G-inter-rau-fail-iu_release%,%3G-inter-rau-fail-ongoing-proc%,%2G-inter-rau-fail-ongoing-proc%,%3G-attach-fail-iu_release%,%3G-attach-fail-ongoing-proc%,%2G-attach-fail-ongoing-proc%
EMS,SGSNA,%date%,%time%,%vpnname%,%vpnid%,%servname%,%2G-total-attach-fail%,%3G-total-rau-failure%,%2G-total-rau-failure%,%2G-rau-accept-periodic%,%3G-ret-rau-accept-periodic%,%2G-ret-rau-accept-periodic%,%2G-intra-rau-reject%,%2G-periodic-rau-reject%,%2G-inter-rau-reject%,%2G-total-intra-rau-failure%,%2G-total-periodic-rau-failure%,%2G-total-inter-rau-failure%,%2G-total-actv-req%,%2G-total-actv-accept%,%2G-total-num-actv-pdp%,%2G-primary-actv-req%,%2G-primary-actv-accept%,%2G-total-actv-reject%,%2G-primary-actv-reject%,%2G-secondary-actv-req%,%2G-secondary-actv-acc%,%2G-secondary-actv-rej%,%2G-actv-rej-odb%,%2G-actv-rej-insufficient-resources%,%2G-actv-rej-network-failure%,%2G-actv-rej-missing-or-unknown-apn%,%2G-actv-rej-unknown-pdp-addr-type%,%2G-actv-rej-usr-auth-failed%,%2G-actv-rej-by-ggsn%,%2G-actv-rej-unspecified-error%,%2G-actv-rej-service-not-supported%,%2G-actv-rej-service-not-subscribed%,%2G-actv-rej-svc-opt-tmp-out-of-order%,%2G-actv-rej-apn-restriction-incompatible%,%2G-actv-rej-semantically-incorrect%,%2G-actv-rej-invalid-mandatory-info%,%2G-actv-rej-msg-type-non-existent%,%2G-actv-rej-ie-non-existent%,%2G-actv-rej-conditional-ie-err%,%2G-actv-rej-msg-not-compatible-with-prot-state%,%2G-actv-rej-recovery-on-timer-expiry%,%2G-actv-rej-prot-err-unspecified%,%2G-actv-rej-llc-sndcp-fail%,%2G-actv-rej-qos-not-acc%,%2G-actv-rej-semantic-error-tft-operation%,%2G-actv-rej-syntax-err-in-tft-operation%,%2G-actv-rej-unknown-pdp-context%,%2G-actv-rej-semantic-err-in-pkt-filter%,%2G-actv-rej-syntax-err-in-pkt-filter%,%2G-actv-rej-pdp-notft-actv%,%2G-dupl-ti-pdpactive%,%2G-dupl-nsapi-pdpactv%,%2G-dupl-pdpaddr-apn-pdpactv%,%2G-dupl-ti-n-pdpactive%,%2G-dupl-nsapi-n-pdpactv%,%2G-dupl-pdpaddr-apn-n-pdpactv%
EMS,SGSNB,%date%,%time%,%vpnname%,%vpnid%,%servname%,%2G-ms-modify-req%,%2G-ms-modify-accept%,%2G-ms-modify-rej%,%2G-nw-modify-req%,%2G-nw-ret-modify-req%,%2G-nw-modify-accept%,%2G-nw-modify-rej%,%2G-modify-rej-insufficient-resources%,%2G-modify-rej-service-opt-not-supported%,%2G-modify-rej-semantic-err-tft-operation%,%2G-modify-rej-syntax-err-tft-operation%,%2G-modify-rej-semnatic-err-pkt-filter%,%2G-modify-rej-syntax-err-pkt-filter%,%2G-modify-rej-semnatic-incorrect-message%,%2G-modify-rej-invalid-mand-info%,%2G-modify-rej-msg-non-existent%,%2G-modify-rej-ie-non-existent%,%2G-modify-rej-conditional-ie-err%,%2G-modify-rej-msg-not-compatible-prot-state%,%2G-modify-rej-rcvry-on-tmr-expiry%,%2G-modify-rej-prot-err-unspec%,%2G-ms-deactv-req%,%2G-ms-deactv-accept%,%2G-ms-deactv-reject%,%2G-ms-deactv-rej-rx-odb%,%2G-ms-deactv-rej-rx-mbms-cap-insuff-res%,%2G-ms-deactv-rej-rx-llc-sndcp-fail-gb%,%2G-ms-deactv-rej-rx-insuff-res%,%2G-ms-deactv-rej-rx-miss-unkwn-apn%,%2G-ms-deactv-rej-rx-unkwn-pdp-addr%,%2G-ms-deactv-rej-rx-usr-auth-fail%,%2G-ms-deactv-rej-rx-actv-rej-ggsn%,%2G-ms-deactv-rej-rx-actv-rej-unspec%,%2G-ms-deactv-rej-rx-service-opt-no-support%,%2G-ms-deactv-rej-rx-service-opt-no-subs%,%2G-ms-deactv-rej-rx-svc-opt-temp-out-order%,%2G-ms-deactv-rej-rx-nsapi-already-used%,%2G-ms-deactv-rej-rx-reg-deactv%,%2G-ms-deactv-rej-rx-qos-not-acc%,%2G-ms-deactv-rej-rx-nwt-fail%,%2G-ms-deactv-rej-rx-reactivation-req%,%2G-ms-deactv-rej-rx-no-feature-support%,%2G-ms-deactv-rej-rx-sem-err-tft-op%,%2G-ms-deactv-rej-rx-syn-err-tft-op%,%2G-ms-deactv-rej-rx-unknown-ctx%,%2G-ms-deactv-rej-rx-ctx-no-tft-already-actv%,%2G-ms-deactv-rej-rx-mcast-grp-mem-tout%,%2G-ms-deactv-rej-rx-sem-err-pkt-filter%,%2G-ms-deactv-rej-rx-syn-err-pkt-filter%,%2G-ms-deactv-rej-rx-invalid-trans-id%
EMS,SGSNC,%date%,%time%,%vpnname%,%vpnid%,%servname%,%2G-ms-deactv-rej-rx-sem-incorrect-msg%,%2G-ms-deactv-rej-rx-inval-mand-info%,%2G-ms-deactv-rej-rx-msg-non-existent%,%2G-ms-deactv-rej-rx-ie-non-existent%,%2G-ms-deactv-rej-rx-cond-ie-err%,%2G-ms-deactv-rej-rx-prot-err-unspec%,%2G-ms-deactv-rej-rx-apn-rest-incomap-actv-pdp%,%2G-ms-deactv-rej-rx-msg-not-compat-prot-state%,%2G-ms-deactv-rej-rx-rcvry-on-tmr-expiry%,%2G-sgsn-init-deact-req%,%2G-sgsn-init-deact-acc%,%2G-sgsn-init-deact-rej%,%2G-ggsn-init-deact-req%,%2G-ggsn-init-deact-acc%,%2G-ggsn-init-deact-rej%,%2G-hlr-init-deact-req%,%2G-hlr-init-deact-acc%,%2G-hlr-init-deact-rej%,%2G-nw-deactv-rej-tx-odb%,%2G-nw-deactv-rej-tx-mbms-cap-insuff-res%,%2G-nw-deactv-rej-tx-llc-sndcp-fail-gb%,%2G-nw-deactv-rej-tx-insuff-res%,%2G-nw-deactv-rej-tx-miss-unkwn-apn%,%2G-nw-deactv-rej-tx-unkwn-pdp-addr%,%2G-nw-deactv-rej-tx-usr-auth-fail%,%2G-nw-deactv-rej-tx-actv-rej-ggsn%,%2G-nw-deactv-rej-tx-actv-rej-unspec%,%2G-nw-deactv-rej-tx-service-opt-no-support%,%2G-nw-deactv-rej-tx-service-opt-no-subs%,%2G-nw-deactv-rej-tx-svc-opt-temp-out-order%,%2G-nw-deactv-rej-tx-nsapi-already-used%,%2G-nw-deactv-rej-tx-reg-deactv%,%2G-nw-deactv-rej-tx-qos-not-acc%,%2G-nw-deactv-rej-tx-nwt-fail%,%2G-nw-deactv-rej-tx-reactivation-req%,%2G-nw-deactv-rej-tx-no-feature-support%,%2G-nw-deactv-rej-tx-sem-err-tft-op%,%2G-nw-deactv-rej-tx-syn-err-tft-op%,%2G-nw-deactv-rej-tx-unknown-ctx%,%2G-nw-deactv-rej-tx-ctx-no-tft-already-actv%,%2G-nw-deactv-rej-tx-mcast-grp-mem-tout%,%2G-nw-deactv-rej-tx-sem-err-pkt-filter%,%2G-nw-deactv-rej-tx-syn-err-pkt-filter%,%2G-nw-deactv-rej-tx-invalid-trans-id%,%2G-nw-deactv-rej-tx-sem-incorrect-msg%,%2G-nw-deactv-rej-tx-inval-mand-info%,%2G-nw-deactv-rej-tx-msg-non-existent%,%2G-nw-deactv-rej-tx-ie-non-existent%
EMS,SGTP,%date%,%time%,%vpn-name%,%vpn-id%,%service-name%,%sgtpc-cpc-req-v1-pri%,%sgtpc-cpc-req-v0-pri%,%sgtpc-cpc-req-sec%,%sgtpc-cpc-req-accept%,%sgtpc-cpc-rsp-v1-pri%,%sgtpc-cpc-rsp-v0-pri%,%sgtpc-cpc-rsp-sec%,%sgtpc-upc-req-v1-tx%,%sgtpc-upc-req-v0-tx%,%sgtpc-upc-req-v1-rx%,%sgtpc-upc-req-v0-rx%,%sgtpc-upc-req-accept-tx%,%sgtpc-upc-req-accept-rx%,%sgtpc-dpc-req-v1-tx%,%sgtpc-dpc-req-v0-tx%,%sgtpc-dpc-req-v1-rx%,%sgtpc-dpc-req-v0-rx%,%sgtpc-dpc-req-accept-tx%,%sgtpc-dpc-req-accept-rx%,%sgtpc-ident-req-v1-tx%,%sgtpc-ident-req-v0-tx%,%sgtpc-ident-req-v1-rx%,%sgtpc-ident-req-v0-rx%,%sgtpc-ident-req-accept-tx%,%sgtpc-ident-req-accept-rx%,%sgtpc-sgsn-ctxt-req-v1-tx%,%sgtpc-sgsn-ctxt-req-v0-tx%,%sgtpc-sgsn-ctxt-req-v1-rx%,%sgtpc-sgsn-ctxt-req-v0-rx%,%sgtpc-sgsn-ctxt-req-accept-tx%,%sgtpc-sgsn-ctxt-req-accept-rx%,%sgtpc-sgsn-ctxt-ack-accept-tx%,%sgtpc-sgsn-ctxt-ack-accept-rx%,%sgtpc-fwd-reloc-req-tx%,%sgtpc-fwd-reloc-req-rx%,%sgtpc-fwd-reloc-discard-tx%,%sgtpc-fwd-reloc-req-accept-tx%,%sgtpc-fwd-reloc-req-accept-rx%,%sgtpc-fwd-srnsctxt-req-tx%,%sgtpc-fwd-srnsctxt-req-rx%,%sgtpc-fwd-srnsctxt-discard-rx%,%sgtpc-fwd-srnsctxt-ack-tx%,%sgtpc-fwd-srnsctxt-ack-rx%,%sgtpc-fwd-reloc-compl-tx%,%sgtpc-fwd-reloc-compl-rx%,%sgtpc-reloc-cncl-req-tx%,%sgtpc-reloc-cncl-req-rx%,%sgtpc-reloc-cncl-req-accept-tx%,%sgtpc-reloc-cncl-req-accept-rx%,%sgtpc-v1-echo-req-tx%,%sgtpc-v1-echo-req-rx%,%sgtpc-v1-echo-rsp-tx%,%sgtpc-v1-echo-rsp-rx%,%sgtpu-ggsn-pkt-sent%,%sgtpu-rnc-pkt-sent%,%sgtpu-sgsn-pkt-sent%,%sgtpu-ggsn-pkt-rcvd%,%sgtpu-rnc-pkt-rcvd%,%sgtpu-sgsn-pkt-rcvd%,%sgtpu-echo-req-tx%,%sgtpu-echo-req-rx%,%sgtpu-echo-rsp-tx%,%sgtpu-echo-rsp-rx%,%sgtpu-ggsn-errind-sent%,%sgtpu-ggsn-errind-rcvd%,%sgtpu-rnc-errind-sent%,%sgtpu-rnc-errind-rcvd%,%sgtpu-total-active-ggsn%,%sgtpu-total-active-rnc%
EMS,SGTP2,%date%,%time%,%vpn-name%,%vpn-id%,%service-name%,%sgtpc-total-cpc-req%,%sgtpc-cpc-req-denied%,%sgtpc-total-upc-req%,%sgtpc-upc-req-denied-tx%,%sgtpc-upc-req-denied-rx%,%sgtpc-total-dpc-req%,%sgtpc-dpc-req-denied-tx%,%sgtpc-dpc-req-denied-rx%,%sgtpc-ident-req-denied-tx%,%sgtpc-ident-req-denied-rx%,%sgtpc-sgsn-ctxt-req-denied-tx%,%sgtpc-sgsn-ctxt-req-denied-rx%,%sgtpc-sgsn-ctxt-ack-denied-tx%,%sgtpc-sgsn-ctxt-ack-denied-rx%,%sgtpc-fwd-reloc-denied-tx%,%sgtpc-fwd-reloc-denied-rx%,%sgtpc-fwd-srnsctxt-ack-denied-tx%,%sgtpc-fwd-srnsctxt-ack-denied-rx%,%sgtpc-fwd-rel-compl-ack-accept-tx%,%sgtpc-fwd-rel-compl-ack-accept-rx%,%sgtpc-fwd-rel-compl-ack-denied-tx%,%sgtpc-fwd-rel-compl-ack-denied-rx%,%sgtpc-reloc-cncl-denied-tx%,%sgtpc-reloc-cncl-denied-rx%,%sgtpc-ver-not-supported-rx%,%sgtpc-ver-not-supported-tx%,%sgtpc-supp-extn-hdr-notif-rx%,%sgtpc-supp-extn-hdr-notif-tx%,%sgtpu-ggsn-byts-sent%,%sgtpu-rnc-byts-sent%,%sgtpu-sgsn-byts-sent%,%sgtpu-ggsn-byts-rcvd%,%sgtpu-ggsn-pkt-queued%,%sgtpu-ggsn-byts-queued%,%sgtpu-ggsn-pkt-queue-full%,%sgtpu-ggsn-byts-queue-full%,%sgtpu-ggsn-pkt-unkwn-sess%,%sgtpu-ggsn-byts-unkwn-sess%,%sgtpu-ggsn-pkt-suspended-st%,%sgtpu-ggsn-byts-suspended-st%,%sgtpu-ggsn-pkt-invalid-msg-length%,%sgtpu-ggsn-byts-invalid-msg-length%,%sgtpu-rnc-byts-rcvd%,%sgtpu-rnc-pkt-queued%,%sgtpu-rnc-byts-queued%,%sgtpu-rnc-pkt-queue-full%,%sgtpu-rnc-byts-queue-full%,%sgtpu-rnc-pkt-unkwn-sess%,%sgtpu-rnc-byts-unkwn-sess%,%sgtpu-rnc-pkt-sess-dealloc%,%sgtpu-rnc-byts-sess-dealloc%,%sgtpu-rnc-pkt-invalid-msg-length%,%sgtpu-rnc-byts-invalid-msg-length%,%sgtpu-rnc-pkt-source-ip-viol%,%sgtpu-rnc-byts-source-ip-viol%,%sgtpu-sgsn-byts-rcvd%,%sgtpu-sgsn-pkt-queued%,%sgtpu-sgsn-byts-queued%,%sgtpu-sgsn-pkt-queue-full%,%sgtpu-sgsn-byts-queue-full%
EMS,SGTP3,%date%,%time%,%vpn-name%,%vpn-id%,%service-name%,%sgtpu-sgsn-pkt-unkwn-sess%,%sgtpu-sgsn-byts-unkwn-sess%,%sgtpu-sgsn-pkt-iu-release%,%sgtpu-sgsn-byts-iu-release%,%sgtpu-sgsn-pkt-invalid-msg-length%,%sgtpu-sgsn-byts-invalid-msg-length%,%sgtpc-v0-echo-req-tx%,%sgtpc-v0-echo-req-rx%,%sgtpc-v0-echo-rsp-tx%,%sgtpc-v0-echo-rsp-rx%,%sgtpu-ggsn-pkt-sess-dealloc%,%sgtpu-ggsn-byts-sess-dealloc%,%sgtpu-ggsn-pkt-page-fail%,%sgtpu-ggsn-byts-page-fail%,%sgtpu-ggsn-pkt-v0-seq-num-nt-pres%,%sgtpu-ggsn-byts-v0-seq-num-nt-pres%,%sgtpu-rnc-pkt-rau-in-active-st%,%sgtpu-rnc-byts-rau_in_active-st%,%sgtpu-rnc-pkt-reg_in_rau%,%sgtpu-rnc-byts-reg_in_rau%,%sgtpu-rnc-pkt-suspended-st%,%sgtpu-rnc-byts-suspended-st%,%sgtpu-sgsn-pkt-inconsistent-tunnel-state%,%sgtpu-sgsn-byts-inconsistent-tunnel-state%,%sgtpu-sgsn-pkt-sess-dealloc%,%sgtpu-sgsn-byts-sess-dealloc%,%sgtpu-total-ggsn-pkt-drop%,%sgtpu-total-ggsn-byts-drop%,%sgtpu-total-sgsn-pkt-drop%,%sgtpu-total-sgsn-byts-drop%,%sgtpu-total-rnc-pkt-drop%,%sgtpu-total-rnc-byts-drop%,%sgtpu-ggsn-pkt-drop-suspend-dealloc-st%,%sgtpu-ggsn-byts-drop-suspend-dealloc-st%,%sgtpu-rnc-pkt-rau-in-active-reg-st%,%sgtpu-rnc-byts-rau_in_active-reg-st%,%sgtpu-rnc-pkt-drop-suspended-dealloc-st%,%sgtpu-rnc-byts-drop-suspended-dealloc-st%,%sgtpu-total-pkt-ctxt-preserved%,%sgtpu-total-byts-ctxt-preserved%,%sgtpc-paket-discarded%,%sgtpc-v1-retrnas-echo-req-tx%,%sgtpc-v0-retrnas-echo-req-tx%,%sgtpu-errors-payload-length-mismatch%,%sgtpu-rnc-byts-unknown-version%,%sgtpu-rnc-pkt-unknown-version%,%sgtpu-ggsn-byts-unknown-version%,%sgtpu-sgsn-byts-unknown-version%,%sgtpu-ggsn-pkt-unknown-version%,%sgtpu-sgsn-pkt-unknown-version%,%iups-service%,%rnc-address%,%ggsn-address%
EMS,SCCP,%date%,%time%,%sccp-nw-id%,%ssa-txed%,%ss-oos-grant-txed%,%ss-oos-req-txed%,%ssp-txed%,%ss-status-test-txed%,%ssa-rcvd%,%ss-oos-grant-rcvd%,%ss-oos-req-rcvd%,%ss-prohibit-rcvd%,%ss-status-test-rcvd%,%ss-congested-txed%,%ss-congested-rcvd%,%sccp-rtf-notrans-addr-nature%,%sccp-rtf-notrans-addr-specific%,%sccp-rtf-netwfail-pc-unavail%,%sccp-rtf-netw-conges%,%sccp-rtf-ssn-fail%,%sccp-rtf-ssn-conges%,%sccp-syntax-error%,%sccp-reassem-err-timer%,%sccp-reassem-err-sequence%,%sccp-reassem-err-space%,%sccp-hop-counter-violation%,%sccp-provider-ini-reset%,%sccp-provider-ini-rel%,%sccp-msg-toolarge-segment%,%sccp-segmentation-fail%,%sccp-total-msgs-handled%,%sccp-total-msgs-handl-local-ss%,%sccp-total-msgs-req-gtt%,%sccp-udt-sent%,%sccp-udt-rcvd%,%sccp-udts-sent%,%sccp-udts-rcvd%,%sccp-xudt-sent%,%sccp-xudt-rcvd%,%sccp-xudts-sent%,%sccp-xudts-rcvd%,%sccp-ludt-sent%,%sccp-ludt-rcvd%,%sccp-ludts-sent%,%sccp-ludts-rcvd%,%sccp-cr-sent%,%sccp-cr-rcvd%,%sccp-cc-sent%,%sccp-cc-rcvd%,%sccp-cref-sent%,%sccp-cref-rcvd%,%sccp-rsr-msg-sent%,%sccp-rsr-msg-rcvd%,%sccp-err-msg-sent%,%sccp-err-msg-rcvd%,%sccp-unequipped-user%,%sccp-reason-unknown%,%sccp-class-0-sent%,%sccp-class-0-rcvd%,%sccp-class-1-sent%,%sccp-class-1-rcvd%,%sccp-DT1-sent%,%sccp-DT1-rcvd%,%sccp-rel-compl-supv-fail%,%sccp-rel-disconn-req-rx%,%sccp-routing-fail-invalid-ins-routing-req%,%sccp-routing-fail-invalid-isni-routing-req%,%sccp-routing-fail-isni-constrained-routing%,%sccp-routing-fail-redundant-isni-routing-req%,%sccp-routing-fail-isni-identify-network%,%sccp-inactivity-rcv-tmr-expired%,%sccp-inactivity-test-sent%,%sccp-inactivity-test-received%
EMS,SS7RD1,%date%,%time%,%ss7rd-number%,%ss7rd-asp_instance%,%ss7rd-sctp-init-tx%,%ss7rd-sctp-init-rtx%,%ss7rd-sctp-init-rx%,%ss7rd-sctp-init-ack-tx%,%ss7rd-sctp-init-ack-rx%,%ss7rd-sctp-shutdown-tx%,%ss7rd-sctp-shutdown-rtx%,%ss7rd-sctp-shutdown-rx%,%ss7rd-sctp-shutdown-ack-tx%,%ss7rd-sctp-shutdown-ack-rtx%,%ss7rd-sctp-shutdown-ack-rx%,%ss7rd-sctp-cookie-tx%,%ss7rd-sctp-cookie-rtx%,%ss7rd-sctp-cookie-rx%,%ss7rd-sctp-cookie-ack-tx%,%ss7rd-sctp-cookie-ack-rx%,%ss7rd-sctp-data-tx%,%ss7rd-sctp-data-rtx%,%ss7rd-sctp-data-rx%,%ss7rd-sctp-sack-tx%,%ss7rd-sctp-sack-rx%,%ss7rd-sctp-shutdown-compl-tx%,%ss7rd-sctp-shutdown-compl-rx%,%ss7rd-sctp-heartbeat-tx%,%ss7rd-sctp-heartbeat-rx%,%ss7rd-sctp-heartbeat-ack-tx%,%ss7rd-sctp-heartbeat-ack-rx%,%ss7rd-sctp-abort-tx%,%ss7rd-sctp-abort-rx%,%ss7rd-sctp-bytes-tx%,%ss7rd-sctp-bytes-rx%,%ss7rd-mtp3-data-tx%,%ss7rd-mtp3-paused-tx%,%ss7rd-mtp3-resumed-tx%,%ss7rd-mtp3-congest-tx%,%ss7rd-mtp3-restrict-tx%,%ss7rd-mtp3-reset-begin-tx%,%ss7rd-mtp3-reset-end-tx%,%ss7rd-mtp3-reset-upu-tx%,%ss7rd-mtp3-data-rx%,%ss7rd-mtp3-paused-rx%,%ss7rd-mtp3-resumed-rx%,%ss7rd-mtp3-congest-rx%,%ss7rd-mtp3-restrict-rx%,%ss7rd-mtp3-reset-begin-rx%,%ss7rd-mtp3-reset-end-rx%,%ss7rd-mtp3-reset-upu-rx%,%ss7rd-m3ua-data-tx%,%ss7rd-m3ua-duna-tx%,%ss7rd-m3ua-dava-tx%,%ss7rd-m3ua-daud-tx%,%ss7rd-m3ua-scon-tx%,%ss7rd-m3ua-dupu-tx%,%ss7rd-m3ua-drst-tx%,%ss7rd-m3ua-regreq-tx%,%ss7rd-m3ua-regrsp-tx%,%ss7rd-m3ua-deregreq-tx%,%ss7rd-m3ua-deregrsp-tx%,%ss7rd-m3ua-aspup-tx%,%ss7rd-m3ua-aspup-ack-tx%,%ss7rd-m3ua-aspdn-tx%,%ss7rd-m3ua-aspdn-ack-tx%,%ss7rd-m3ua-aspac-tx%,%ss7rd-m3ua-aspac-ack-tx%,%ss7rd-m3ua-aspia-tx%,%ss7rd-m3ua-aspia-ack-tx%,%ss7rd-m3ua-hearbeat-tx%,%ss7rd-m3ua-hearbeat-ack-tx%,%ss7rd-m3ua-error-tx%,%ss7rd-m3ua-notify-tx%,%ss7rd-m3ua-data-rx%
EMS,SS7RD2,%date%,%time%,%ss7rd-number%,%ss7rd-asp_instance%,%ss7rd-m3ua-duna-rx%,%ss7rd-m3ua-dava-rx%,%ss7rd-m3ua-daud-rx%,%ss7rd-m3ua-scon-rx%,%ss7rd-m3ua-dupu-rx%,%ss7rd-m3ua-drst-rx%,%ss7rd-m3ua-regreq-rx%,%ss7rd-m3ua-regrsp-rx%,%ss7rd-m3ua-deregreq-rx%,%ss7rd-m3ua-deregrsp-rx%,%ss7rd-m3ua-aspup-rx%,%ss7rd-m3ua-aspup-ack-rx%,%ss7rd-m3ua-aspdn-rx%,%ss7rd-m3ua-aspdn-ack-rx%,%ss7rd-m3ua-aspac-rx%,%ss7rd-m3ua-aspac-ack-rx%,%ss7rd-m3ua-aspia-rx%,%ss7rd-m3ua-aspia-ack-rx%,%ss7rd-m3ua-hearbeat-rx%,%ss7rd-m3ua-hearbeat-ack-rx%,%ss7rd-m3ua-error-rx%,%ss7rd-m3ua-notify-rx%,%ss7rd-m3ua-lower-intf-pdu-tx%,%ss7rd-m3ua-lower-intf-pdu-rx%,%ss7rd-m3ua-upper-intf-pdu-tx%,%ss7rd-m3ua-upper-intf-pdu-rx%,%ss7rd-m3ua-down-no-route-found%,%ss7rd-m3ua-down-pc-unvailable%,%ss7rd-m3ua-down-msg-failed%,%ss7rd-m3ua-down-loadshare-failed%,%ss7rd-m3ua-up-no-route-found%,%ss7rd-m3ua-up-pc-unvailable%,%ss7rd-m3ua-up-msg-failed%,%ss7rd-m3ua-up-loadshare-failed%,%ss7rd-sctp-error-tx%,%ss7rd-sctp-error-rx%,%ss7rd-m3ua-lower-intf-pdusize-tx%,%ss7rd-m3ua-lower-intf-pdusize-rx%,%ss7rd-m3ua-upper-intf-pdusize-tx%,%ss7rd-m3ua-upper-intf-pdusize-rx%,%ss7rd-m3ua-down-pc-congested%,%ss7rd-m3ua-down-no-psp-avail%,%ss7rd-m3ua-down-no-nsap-avail%,%ss7rd-m3ua-down-data-conges-q%,%ss7rd-m3ua-down-data-as-pend-q%,%ss7rd-m3ua-up-pc-congested%,%ss7rd-m3ua-up-no-psp-avail%,%ss7rd-m3ua-up-no-nsap-avail%,%ss7rd-m3ua-up-data-conges-q%,%ss7rd-m3ua-up-data-as-pend-q%,%ss7rd-mtp3-user-part-unavail-tx%,%ss7rd-mtp3-traffic-restart-allowed-tx%,%ss7rd-mtp3-traffic-restart-waiting-tx%,%ss7rd-mtp3-user-part-unavail-rx%,%ss7rd-mtp3-traffic-restart-allowed-rx%,%ss7rd-mtp3-traffic-restart-waiting-rx%,%ss7rd-mtp3-msu-dropped-routing-err%
EMS,SS7RD3,%date%,%time%,%ss7rd-number%,%ss7rd-asp_instance%,%ss7rd-m3ua-psp-ps-id%,%ss7rd-m3ua-psp-instance%,%ss7-adjacent-point-code%,%ss7-adjacent-spc-not-accessible%,%ss7rd-m3ua-psp-aspac-ack-rx%,%ss7rd-m3ua-psp-aspac-ack-tx%,%ss7rd-m3ua-psp-aspac-rx%,%ss7rd-m3ua-psp-aspac-tx%,%ss7rd-m3ua-psp-aspdn-ack-rx%,%ss7rd-m3ua-psp-aspdn-ack-tx%,%ss7rd-m3ua-psp-aspdn-rx%,%ss7rd-m3ua-psp-aspdn-tx%,%ss7rd-m3ua-psp-aspia-ack-rx%,%ss7rd-m3ua-psp-aspia-ack-tx%,%ss7rd-m3ua-psp-aspia-rx%,%ss7rd-m3ua-psp-aspia-tx%,%ss7rd-m3ua-psp-aspup-ack-rx%,%ss7rd-m3ua-psp-aspup-ack-tx%,%ss7rd-m3ua-psp-aspup-rx%,%ss7rd-m3ua-psp-aspup-tx%,%ss7rd-m3ua-psp-congestion-count%,%ss7rd-m3ua-psp-congestion-duration%,%ss7rd-m3ua-psp-congestion-level1%,%ss7rd-m3ua-psp-congestion-level2%,%ss7rd-m3ua-psp-congestion-level3%,%ss7rd-m3ua-psp-congestion-queue-hw%,%ss7rd-m3ua-psp-congestion-queue-size%,%ss7rd-m3ua-psp-data-pdu-rx%,%ss7rd-m3ua-psp-data-pdusize-rx%,%ss7rd-m3ua-psp-data-pdusize-tx%,%ss7rd-m3ua-psp-data-pdu-tx%,%ss7rd-m3ua-psp-data-rx%,%ss7rd-m3ua-psp-data-tx%,%ss7rd-m3ua-psp-daud-rx%,%ss7rd-m3ua-psp-daud-tx%,%ss7rd-m3ua-psp-dava-rx%,%ss7rd-m3ua-psp-dava-tx%,%ss7rd-m3ua-psp-deregreq-rx%,%ss7rd-m3ua-psp-deregreq-tx%,%ss7rd-m3ua-psp-deregrsp-rx%,%ss7rd-m3ua-psp-deregrsp-tx%,%ss7rd-m3ua-psp-drst-rx%,%ss7rd-m3ua-psp-drst-tx%,%ss7rd-m3ua-psp-duna-rx%,%ss7rd-m3ua-psp-duna-tx%,%ss7rd-m3ua-psp-dupu-rx%,%ss7rd-m3ua-psp-dupu-tx%,%ss7rd-m3ua-psp-error-rx%,%ss7rd-m3ua-psp-error-tx%,%ss7rd-m3ua-psp-hearbeat-ack-rx%,%ss7rd-m3ua-psp-hearbeat-ack-tx%,%ss7rd-m3ua-psp-hearbeat-rx%,%ss7rd-m3ua-psp-hearbeat-tx%,%ss7rd-m3ua-psp-notify-rx%,%ss7rd-m3ua-psp-notify-tx%,%ss7rd-m3ua-psp-regreq-rx%,%ss7rd-m3ua-psp-regreq-tx%,%ss7rd-m3ua-psp-regrsp-rx%,%ss7rd-m3ua-psp-regrsp-tx%,%ss7rd-m3ua-psp-scon-rx%
EMS,CSCF1,%date%,%time%,%vpnname%,%vpnid%,%svcname%,%svcid%,%curregusers%,%failedauth%,%regexp%,%callattrx%,%callatttx%,%callsuccrx%,%callsucctx%,%callfailrx%,%callfailtx%,%curcscfsess%,%callrejpdf%,%callrejloc%,%sesstimeexp%,%hssacc%,%emergcalls%,%tollfreecalls%,%premservcalls%,%internationalcalls%,%longDistancecalls%,%opassistcalls%,%dirassistcalls%,%regreqrx%,%regreqtx%,%invreqrx%,%invreqtx%,%ackreqrx%,%ackreqtx%,%byereqrx%,%byereqtx%,%cancreqrx%,%cancreqtx%,%optreqrx%,%optreqtx%,%prackreqrx%,%prackreqtx%,%subreqrx%,%subreqtx%,%notreqrx%,%notreqtx%,%refreqrx%,%refreqtx%,%inforeqrx%,%inforeqtx%,%updreqrx%,%updreqtx%,%msgreqrx%,%msgreqtx%,%pubreqrx%,%pubreqtx%,%tryrsprx%,%tryrsptx%,%rngrsprx%,%rngrsptx%,%fwdrsprx%,%fwdrsptx%,%quersprx%,%quersptx%,%prgrsprx%,%prgrsptx%,%200-regrsprx%,%200-regrsptx%,%200-invrsprx%,%200-invrsptx%,%200-byersprx%,%200-byersptx%,%200-cnlrsprx%,%200-cnlrsptx%,%200-optrsprx%,%200-optrsptx%,%200-prackrsprx%,%200-prackrsptx%,%200-subrsprx%,%200-subrsptx%,%200-notrsprx%,%200-notrsptx%,%200-infrsprx%,%200-infrsptx%,%200-updrsprx%,%200-updrsptx%,%200-pubrsprx%,%200-pubrsptx%,%200-refrsprx%,%200-refrsptx%,%200-msgrsprx%,%200-msgrsptx%,%202-refrsprx%,%202-refrsptx%,%202-subrsprx%,%202-subrsptx%,%mchrsprx%,%mchrsptx%,%mpersprx%,%mpersptx%,%mtersprx%,%mtersptx%,%upxrsprx%,%upxrsptx%,%altrsprx%,%altrsptx%,%brqerrrx%,%brqerrtx%,%uauerrrx%,%uauerrtx%,%forerrrx%,%forerrtx%,%nfderrrx%,%nfderrtx%,%mnaerrrx%,%mnaerrtx%,%nac406errrx%,%nac406errtx%,%parerrrx%,%parerrtx%,%rtoerrrx%,%rtoerrtx%,%gonerrrx%,%gonerrtx%,%crferrrx%,%crferrtx%,%relerrrx%,%relerrtx%,%rulerrrx%,%rulerrtx%,%umterrrx%,%umterrtx%,%uuserrrx%,%uuserrtx%,%bexerrrx%,%bexerrtx%,%exrerrrx%,%exrerrtx%,%itberrrx%,%itberrtx%,%tnaerrrx%,%tnaerrtx%,%tdnerrrx%,%tdnerrtx%,%ldterrrx%,%ldterrtx%
EMS,SS7LINK1,%date%,%time%,%ss7rd-number%,%ss7-linkset-id%,%ss7-link-id%,%ss7-dpc-point-code%,%ss7-link-mtp3-changeover-order-tx%,%ss7-link-mtp3-changeover-order-rx%,%ss7-link-mtp3-changeover-order-ack-tx%,%ss7-link-mtp3-changeover-order-ack-rx%,%ss7-link-mtp3-changeback-declaration-tx%,%ss7-link-mtp3-changeback-declaration-rx%,%ss7-link-mtp3-changeback-ack-tx%,%ss7-link-mtp3-changeback-ack-rx%,%ss7-link-mtp3-emergency-changeover-tx%,%ss7-link-mtp3-emergency-changeover-rx%,%ss7-link-mtp3-emergency-changeover-ack-tx%,%ss7-link-mtp3-emergency-changeover-ack-rx%,%ss7-link-mtp3-inhibit-tx%,%ss7-link-mtp3-inhibit-rx%,%ss7-link-mtp3-inhibit-ack-tx%,%ss7-link-mtp3-inhibit-ack-rx%,%ss7-link-mtp3-uninhibit-tx%,%ss7-link-mtp3-uninhibit-rx%,%ss7-link-mtp3-uninhibit-ack-tx%,%ss7-link-mtp3-uninhibit-ack-rx%,%ss7-link-mtp3-inhibit-deny-tx%,%ss7-link-mtp3-inhibit-deny-rx%,%ss7-link-mtp3-force-uninhibit-tx%,%ss7-link-mtp3-force-uninhibit-rx%,%ss7-link-mtp3-local-inhibit-test-tx%,%ss7-link-mtp3-local-inhibit-test-rx%,%ss7-link-mtp3-remote-inhibit-test-tx%,%ss7-link-mtp3-remote-inhibit-test-rx%,%ss7-link-mtp3-connection-order-tx%,%ss7-link-mtp3-connection-order-rx%,%ss7-link-mtp3-connection-order-ack-tx%,%ss7-link-mtp3-connection-order-ack-rx%,%ss7-link-mtp3-test-tx%,%ss7-link-mtp3-test-rx%,%ss7-link-mtp3-test-ack-tx%,%ss7-link-mtp3-test-ack-rx%,%ss7-link-mtp3-sif-octet-tx%,%ss7-link-mtp3-sif-octet-rx%,%ss7-link-mtp3-sio-octet-tx%,%ss7-link-mtp3-sio-octet-rx%,%ss7-link-mtp3-sio-msu-tx%,%ss7-link-mtp3-tx-msu-dropped%,%ss7-link-mtp3-tx-msu-congestion-dropped%,%ss7-link-mtp3-invalid-pdu-rx%,%ss7-link-mtp3-congestion-threshold1%,%ss7-link-mtp3-congestion-threshold2%,%ss7-link-mtp3-congestion-threshold3%,%ss7-link-mtp3-unavail-duration%,%ss7-link-mtp3-congested-duration%
EMS,SS7LINK2,%date%,%time%,%ss7rd-number%,%ss7-linkset-id%,%ss7-link-id%,%ss7-dpc-point-code%,%ss7-signalling-link-failure%,%ss7-dpc-route-set-test-msg-tx%,%ss7-dpc-route-set-congestion-test-msg-tx%,%ss7-dpc-transfer-prohibited-tx%,%ss7-dpc-transfer-restricted-tx%,%ss7-dpc-transfer-allowed-tx%,%ss7-dpc-transfer-controlled-tx%,%ss7-dpc-sif-octets-tx%,%ss7-dpc-sio-octets-tx%,%ss7-dpc-route-set-test-msg-rx%,%ss7-dpc-route-set-congestion-test-msg-rx%,%ss7-dpc-transfer-prohibited-rx%,%ss7-dpc-transfer-restricted-rx%,%ss7-dpc-transfer-allowed-rx%,%ss7-dpc-transfer-controlled-rx%,%ss7-dpc-usn-msg-rx%,%ss7-dpc-unavailable-duration%,%ss7-dpc-unavailable-count%,%ss7-link-sscf-mtp3-frames-tx%,%ss7-link-sscf-out-of-service-pdu-tx%,%ss7-link-sscf-processor-outage-tx%,%ss7-link-sscf-in-service-pdu-tx%,%ss7-link-sscf-normal-pdu-tx%,%ss7-link-sscf-emergency-pdu-tx%,%ss7-link-sscf-alignment-not-successfull-pdu-tx%,%ss7-link-sscf-management-initiated-pdu-tx%,%ss7-link-sscf-protocol-error-pdu-tx%,%ss7-link-sscf-proving-not-successfull-pdu-tx%,%ss7-link-sscf-mtp3-frames-rx%,%ss7-link-sscf-out-of-service-pdu-rx%,%ss7-link-sscf-processor-outage-rx%,%ss7-link-sscf-in-service-pdu-rx%,%ss7-link-sscf-normal-pdu-rx%,%ss7-link-sscf-emergency-pdu-rx%,%ss7-link-sscf-alignment-not-successfull-pdu-rx%,%ss7-link-sscf-management-initiated-pdu-rx%,%ss7-link-sscf-protocol-error-pdu-rx%,%ss7-link-sscf-proving-not-successfull-pdu-rx%,%ss7-link-qsaal-vpi%,%ss7-link-qsaal-vci%,%ss7-link-qsaal-req-initialization-tx%,%ss7-link-qsaal-req-ack-tx%,%ss7-link-qsaal-connection-reject-tx%,%ss7-link-qsaal-disconnect-command-tx%,%ss7-link-qsaal-disconnect-ack-tx%,%ss7-link-qsaal-resynchronization-command-tx%
EMS,GPRS1,%date%,%time%,%vpnname%,%vpnid%,%servname%,%nse-id%,%ns-num-bytes-rvcd%,%ns-num-bytes-sent%,%ns-num-nsvc-failed%,%ns-num-nsvc-congest%,%ns-num-unit-data-msg-rcvd%,%ns-num-unit-data-msg-sent%,%ns-num-alive-pdu-rcvd%,%ns-num-alive-pdu-sent%,%ns-num-alive-ack-pdu-rcvd%,%ns-num-alive-ack-pdu-sent%,%ns-num-block-pdu-rcvd%,%ns-num-block-pdu-sent%,%ns-num-block-ack-pdu-rcvd%,%ns-num-block-ack-pdu-sent%,%ns-num-unblock-pdu-rcvd%,%ns-num-unblock-pdu-sent%,%ns-num-unblock-ack-pdu-rcvd%,%ns-num-unblock-ack-pdu-sent%,%ns-num-reset-pdu-rcvd%,%ns-num-reset-pdu-sent%,%ns-num-reset-ack-pdu-rcvd%,%ns-num-reset-ack-pdu-sent%,%ns-num-status-pdu-rcvd%,%ns-num-status-pdu-sent%,%num-sns-size-rcvd%,%num-sns-size-ack-sent%,%num-sns-size-fail-rcvd-unknown-nse%,%num-sns-config-rcvd%,%num-sns-config-sent%,%num-sns-config-ack-sent%,%num-sns-config-ack-rcvd%,%sns-config-fail-rcv-pdu-not-compat-state%,%sns-config-fail-sent-pdu-not-compat-state%,%sns-config-fail-rcv-inval-ipv4-endpt%,%sns-config-fail-sent-inval-ipv4-endpt%,%sns-config-fail-rcv-inval-ipv6-endpt%,%sns-config-fail-sent-inval-ipv6-endpt%,%sns-config-fail-rcv-prot-err-unspec%,%sns-config-fail-sent-prot-err-unspec%,%sns-config-fail-rcv-inval-essential-param%,%sns-config-fail-sent-inval-essential-param%,%sns-config-fail-rcv-internal-err%,%sns-config-fail-sent-internal-err%,%sns-config-fail-rcv-inval-weight%,%sns-config-fail-sent-inval-weight%,%sns-config-fail-sent-no-rsp-from-peer%,%num-sns-add-rcvd%,%num-sns-add-sent%,%sns-add-fail-rcv-pdu-not-compat-state%,%sns-add-fail-sent-pdu-not-compat-state%,%sns-add-fail-rcv-inval-ipv4-endpt%,%sns-add-fail-sent-inval-ipv4-endpt%,%sns-add-fail-rcv-inval-ipv6-endpt%,%sns-add-fail-sent-inval-ipv6-endpt%,%sns-add-fail-rcv-prot-err-unspec%
EMS,GPRS2,%date%,%time%,%vpnname%,%vpnid%,%servname%,%nse-id%,%sns-add-fail-sent-prot-err-unspec%,%sns-add-fail-rcv-inval-essential-param%,%sns-add-fail-sent-inval-essential-param%,%sns-add-fail-rcv-internal-err%,%sns-add-fail-sent-internal-err%,%sns-add-fail-rcv-inval-weight%,%sns-add-fail-sent-inval-weight%,%sns-add-fail-sent-no-rsp-from-peer%,%num-sns-delete-rcvd%,%num-sns-delete-sent%,%sns-delete-fail-rcv-pdu-not-compat-state%,%sns-delete-fail-sent-pdu-not-compat-state%,%sns-delete-fail-rcv-unknown-ip-endpt%,%sns-delete-fail-sent-unknown-ip-endpt%,%sns-delete-fail-rcv-unknown-ip-address%,%sns-delete-fail-sent-unknown-ip-address%,%sns-delete-fail-rcv-prot-err-unspec%,%sns-delete-fail-sent-prot-err-unspec%,%sns-delete-fail-rcv-inval-essential-param%,%sns-delete-fail-sent-inval-essential-param%,%sns-delete-fail-rcv-internal-err%,%sns-delete-fail-sent-internal-err%,%sns-delete-fail-sent-no-rsp-from-peer%,%num-sns-cw-rcvd%,%num-sns-cw-sent%,%sns-cw-fail-rcv-pdu-not-compat-state%,%sns-cw-fail-sent-pdu-not-compat-state%,%sns-cw-fail-rcv-inval-weight%,%sns-cw-fail-sent-inval-weight%,%sns-cw-fail-rcv-unknown-ip-endpt%,%sns-cw-fail-sent-unknown-ip-endpt%,%sns-cw-fail-rcv-unknown-ip-addr%,%sns-cw-fail-sent-unknown-ip-addr%,%sns-cw-fail-rcv-prot-err-unspec%,%sns-cw-fail-sent-prot-err-unspec%,%sns-cw-fail-rcv-inval-essential-param%,%sns-cw-fail-sent-inval-essential-param%,%sns-cw-fail-rcv-internal-err%,%sns-cw-fail-sent-internal-err%,%sns-cw-fail-sent-no-rsp-from-peer%,%sns-num-ack-rcvd%,%sns-num-ack-sent%,%sns-num-unknown-msg%,%sns-num-status-pdu-sent%,%bssgp-total-usr-req-drop%,%bssgp-usr-req-drop-unknown-bvci%,%bssgp-usr-req-drop-blocked-bvc%,%bssgp-usr-req-drop-encoding-fail%,%bssgp-usr-req-drop-bvc-flow-ctrl-rvcd%
EMS,GPRS3,%date%,%time%,%vpnname%,%vpnid%,%servname%,%nse-id%,%bssgp-usr-req-drop-bvc-flow-ctrl-ack-sent%,%bssgp-usr-req-drop-block-rvcd%,%bssgp-usr-req-drop-block-ack-sent%,%bssgp-usr-req-drop-unblock-rcvd%,%bssgp-usr-req-drop-unblock-ack-sent%,%bssgp-usr-req-drop-bvc-reset-sent%,%bssgp-usr-req-drop-bvc-reset-rcvd%,%bssgp-usr-req-drop-bvc-reset-ack-sent%,%bssgp-usr-req-drop-bvc-reset-ack-rcvd%,%bssgp-flush-llc-msg-sent%,%bssgp-flush-llc-ack-msg-rcvd%,%bssgp-cs-paging-msg-sent%,%bssgp-ps-paging-msg-sent%,%bssgp-ra-cap-update-msg-rcvd%,%bssgp-ra-cap-update-ack-msg-sent%,%bssgp-radio-status-msg-sent%,%bssgp-radio-status-msg-rcvd%,%bssgp-suspend-msg-rcvd%,%bssgp-suspend-ack-msg-sent%,%bssgp-suspend-nack-msg-sent%,%bssgp-resume-msg-rcvd%,%bssgp-resume-ack-msg-sent%,%bssgp-resume-nack-msg-sent%,%bssgp-downlink-unitdata-sent%,%bssgp-uplink-unitdata-rcvd%,%bssgp-llc-pdu-discard-msg-rcvd%,%bssgp-ms-flow-ctrl-msg-rcvd%,%bssgp-ms-flow-ctrl-ack-msg-sent%,%bssgp-bvc-status-msg-rcvd%,%bssgp-bvc-status-msg-sent%,%sndcp-xid-req-ms-init%,%sndcp-xid-ind-sgsn-init%,%sndcp-npdus-ack-rcvd-ms%,%sndcp-npdus-ack-sent-ms%,%sndcp-npdus-uack-rcvd-ms%,%sndcp-npdus-uack-sent-ms%,%sndcp-bytes-ack-rcvd-ms%,%sndcp-bytes-ack-sent-ms%,%sndcp-bytes-uack-rcvd-ms%,%sndcp-bytes-uack-sent-ms%,%sndcp-pdu-drop-rcvd-from-llc%,%sndcp-inval-ref-num-rcvd-from-llc%,%sndcp-npdu-sent-sgsn-irau%,%sndcp-npdu-rcvd-sgsn-irau%,%llc-data-req-rx%,%llc-data-cfm-tx%,%llc-data-ind-tx%,%llc-data-sent-ind-tx%,%llc-unit-data-req-rx%,%llc-unit-data-ind-tx%,%llc-discarded-frames-rx%,%llc-discarded-frames-tx%,%llc-error-frames-rx%,%llc-unrecog-frames-rx%,%llc-xid-collisions%,%llc-ciphering-errors%,%llc-fcs-errors%,%llc-frame-stats-ui-rx%,%llc-frame-stats-ui-tx%
bs.cfg File Parameters (Other)
Tolerance: These values indicate that the server will search records within a range (below and above the expected timestamp) if the exact record is not present. All values are in seconds.
 
The bsparser.cfg File
This file provides parameters for specifying such information as the directories in which bulk statistics records received from the chassis are stored and archived after they are processed, in addition to time intervals for polling and record transfer.
Important: Any change in the configuration files will restart the server resulting in client restart.
Caution: Several parameters contained in this file are configurable through the installation process.
bsparser.cfg File Parameters
Directory: This section contains the directory path required for bulk statistics.
Important: The FTP directory path entry should always be an absolute path and not a relative path.
Important: The FTP directory path entry should always be an absolute path and not a relative path.
Important: The Archive directory path entry can be an absolute or relative path.
Polling: This section contains parameters that are used for optimization of the bulkstatistics module in terms of polling.
Important: This value should not be greater than the MaxDbConnPool parameter defined in the etc/db.cfg file.
Queue: This section contains parameters that are used for optimization of the bulkstatistics module in terms of queuing.
DBSession: This section contains parameters that are used for optimization of the bulkstatistics module for database calls in terms of DB sessions.
Parser: This section contains parameters that are used for connection to the Parser Server process.
 
The bsserver.cfg File
This file provides parameters pertaining to the XML-parsing of bulk statistic records received from the chassis. These parameters provide the ability to enable/disable XML parsing and to specify the directory, in which parsed records are to be stored, time intervals for checking for new records, and whether a single XML file should be generated for all subsystems or one XML file per subsystem in accordance with 3GPP TS 32.401 V4.1.0 and 3GPP TS 32.435 V6.2.0.
Important: Any change in the configuration files will restart the server resulting in client restart.
Caution: Several parameters contained in this file are configurable through the installation process.
bsserver.cfg File Parameters
Port: This section contains the server port to which the BulkStat server binds.
Interval: This section contains the interval parameters for polling operations.
Thread Pool: This section contains the configuration values for the thread pool.
Access TIme: This section contains the configuration values for overriding the bulkstat XML measurement generation timestamp.
XML Data: The following values are the default data values for the XML Measurement file for the 3GPP recommended XML nodes. For more information, refer to the 3GPP TS 32.401 V4.1.0 (2001-12) document.
BSFTP: The bulkstat server transfers the generated XML file to NM using FTP. This section defines the default values for FTP.
 
The bstca.cfg File
This file contains parameters pertaining to the threshold configuration for bulk statistic counters. This file includes the threshold values, that is, clear threshold and set threshold to notify and clear SNMP traps accordingly. These threshold values are specified based on the threshold limit.
bstca.cfg File Parameters
 
The cdp.cfg File
This file contains CDP specific parameters that are configured for generation of ad-hoc reports. The parameters are also configured to export Optimized Customer Master Database (OPTCMDB) files to CDP.
cdp.cfg File Parameters
UNKNOWNURL: This section displays unknown URL database files Import interval related information.
Reports: This section displays the report related information.
 
The cf.cfg File
This file contains parameters pertaining to content filtering.
Important: Any change in the configuration files will restart the server resulting in client restart.
cf.cfg File Parameters
CFBackupArchiveDatabase: This section contains the config variables related to archive operation of various CF databases.
ArchivePath = ./flash/archive/
 
The configupdate.cfg File
This file contains parameters pertaining to chassis software configuration updates using the Web Element Manager. It includes the directory in which the configuration files are stored and the directory to which configuration update log files can be stored.
Important: Any change in the configuration files will restart the server resulting in client restart.
configupdate.cfg File Parameters
Important: The config file directory path entry should always be an absolute path and not a relative path.
Important: The config file directory path entry should always be an absolute path and not a relative path.
 
The db.cfg File
This file contains parameters pertaining to the WEM’s use of the Postgres database. It identifies the various databases and their locations.
Important: Any change in the configuration files will restart the server resulting in client restart.
Caution: Improper configuration of this file can adversely affect WEM operation. To ensure proper operation of the Web Element Manager, do not edit the parameters in these files.
db.cfg File Parameters
Important: Any change in the configuration files will restart the server resulting in client restart.
PostgresDIR = /<ems_dir>/postgres
 
The emslic.cfg File
This file contains license information for the WEM Server installation.
emslic.cfg File Parameters
License: This is the WEM License file.
 
The fm.cfg File
This file contains parameters pertaining to the handling of received alarms. It provides parameters for configuring color indicators for the various severities, E-mail server information for alert notifications, and SNMP operation.
fm.cfg File Parameters
SEVERITY: This section describes the severity configuration for traps that contain various priorities and the color in which the traps of that severity should be displayed.
EMAIL: This section describes the E-mail configuration for traps.
SCRIPT: This section describes the script configuration for traps.
TRAP: This section describes the flags for logging traps.
SYSLOG: This section describes the Syslog server configuration for traps.
CLIInfoPolling: This section provides information needed for the configuration of Thread pool and Polling interval required for the FMCliInfoHandler module.
Important: These value are dependent on the keepalive notification interval.
PENDINGALARM: This section describes the pending alarm related configuration.
 
The hwinv.cfg File
This file provides the e-mail ID used when sending hardware change notifications.
Important: The parameter in this file is configurable through the installation process.
hwinv.cfg File Parameters
HWEMAIL: This is the configuration file for Hardware Inventory.
 
The ism.cfg File
This file contains parameters pertaining to communication between the Web Element Manager and managed chassis. These parameters include the security information used to access the chassis as well as the ports over which communication takes place.
This file also contains a parameter that provides the ability to enable/disable the SSL encryption for client-to-server and server-to-boxer communication.
Important: Any change in the configuration files will restart the server resulting in client restart.
ism.cfg File Parameters
IMGSessMgt: This section describes the parameters that store ASR 5000 login information.
Change the value of ENFORCE_SSL parameter in ems/client/img.html and ems/client/imgdebug.html if this value is changed. If set to 1, then the sslflag field will be updated to 't' for all existing IMGs in the boxer table in ConfigDB at server restart.
IMGKeepAlive: This section describes parameters related to the ASR 5000 keep-alive.
Important: The value must be greater than IcmpTimeout * (IcmpRetries + 1).
Important: The value must be greater than or equal to IcmpKeepAliveInterval.
 
The mcrdbs.cfg File
This file contains parameters that are configured to support the conversion of Vendor Format Master Database (VFMDB) to Starent Networks Format Master Database (SFMDB). This file also contains information on MCRDBS to handle the database files.
mcrdbs.cfg File Parameters
MCRDBS: This section describes parameters that store MCRDBS related information.
Important: If the user does not want to enter any values, leave the fields blank separated by comma.
 
The mdproxy.cfg File
This configuration file defines various properties used for the MD EMS Proxy functionality.
mdproxy.cfg File Parameters
 
The nb.cfg File
This file contains parameters for NorthBound notifications from the WEM. The information in this file is used by the application for forwarding fault management information to other management devices on the NorthBound interface. This information includes such things as the device IP address and port number on which to forward notifications.
Important: Any change in the configuration files will restart the server resulting in client restart.
nb.cfg File Parameters
Fault Management: This section describes the parameters that store NorthBound Notification Service related configuration information.
 
The nbserver.cfg File
This file contains parameters for the configuration of NorthBound Server and Notification Service processes, and NorthBound interface.
Important: The NorthBound Server and Notification Service processes are customer-specific and are not operational without the appropriate license. Please contact your local sales representative for additional information.
 
The nms.cfg File
This file contains parameters which control WEM access to the PostgreSQL database, client access to the server, and other properties used by the application for proper operation.
Important: Many of the parameters contained in this file are configurable through the installation process.
nms.cfg File Parameters
DATABASE: This section describes parameters that store database configuration information.
ClientSession: This section describes parameters related to client session management.
SWUpgrade: This section describes the parameters related to Software Upgrade.
FRV: This section describes the front/rear-view related parameters.
POAPolicies: This section describes policies used for the POAs.
EMSORB: This section describes the parameters related to Object Request Broker.
 
The pcrefgen.cfg File
Configuration file for 3GPP XML report generation of Camiant PCRF.
pcrefgen.cfg File Parameters
MPEManagerInfo: This section provides information required to configure the details of MPE Manager making the HTTP Post request.
PCRFFTP: The pcrfrepgen process transfers the generated 3GPP XML file to NM using ftp. This section defines the default values for ftp.
 
The processmonitor.cfg File
This file contains parameters used by the Process Monitor function. These include parameters such as the directories from which WEM-related processes are started, polling intervals, and maximum percentage thresholds.
processmonitor.cfg File Parameters
ProcessInfo: This section provides all the process information to be monitored by the module.
DirectoryInfo: This section provides information needed to monitor the directory size.
Path of Database directory: DirPath=/<ems_dir>/postgres/data
Poll Information: This section provides information needed for the configuration of threshold poll interval in seconds. Each sub-module under monitor has its own poll interval defined to give fine tune support.
CPU: This section describes the parameters used to calculate the CPU utilization.
 
The ps.cfg File
This file contains parameters which control Web Element Manager polling intervals for managed chassis and database queries.
Important: Any change in the configuration files will restart the server resulting in client restart.
ps.cfg File Parameters
Polling: This section describes the parameters related to polling support.
Database: This section describes the parameters related to database information.
 
The psmon.cfg File
This file contains parameters for the operation of the PSMon (process monitor) function supported by the WEM.
psmon.cfg File Parameters
Important: Psmon will never attempt to kill a process ID lesser than or equal to 1, or itself.
Important: Read the config file thoroughly before enabling this feature.
Note: Do not remove the following statement as it is used to modify the config file while installing through the GUI Installer:
 
The res.cfg File
This file contains parameters for associating resource-bundles to specific Web Element Manager dialogs. This is the configuration file for fetching screen-specific resource-bundle paths. Currently there are only two bundles. The resource-ids must be present in both the sections.
Important: Any change in the configuration files will restart the server resulting in client restart.
Caution: To ensure proper operation of the Web Element Manager, do not edit the parameters in these files.
res.cfg File Parameters
GlobalCommonId = res.globalcommon.GlobalCommonCompFileChooserId = res.components.FileChooserCompColorChooserId = res.components.ColorChooserCompOptionPaneId = res.components.OptionPaneCompTableId=res.components.table.STableScrKeyExport = res.components.table.SExportFileScrKeyBoxerList = res.screens.boxerlist.GlobalListScrKeyUser = res.screens.useradm.UserAdminScrKeySubscriber = res.screens.subscriber.SubscriberScrKeyPPPSession = res.screens.ppp.SPPPScrKeyPPPConfig = res.screens.ppp.SPPPScrKeyPPPCounter = res.screens.ppp.SPPPScrKeyPPPSummary = res.screens.ppp.SPPPScrKeyPPPEchoTest = res.screens.ppp.SPPPScrKeyPPPStat = res.screens.ppp.SPPPScrKeyPPPInfo = res.screens.ppp.SPPPScrKeyAAATest = res.screens.aaa.SRADIUSScrKeyAAARADIUSTest = res.screens.aaa.SRADIUSScrKeyAAARADIUSCounter = res.screens.aaa.SRADIUSScrKeyAAARADIUSCounterDetails = res.screens.aaa.SRADIUSScrKeyAAARADIUSAuth = res.screens.aaa.SRADIUSScrKeyAAARADIUSAuthConfig = res.screens.aaa.SRADIUSScrKeyAAARADIUSAcct = res.screens.aaa.SRADIUSScrKeyAAARADIUSCharging = res.screens.aaa.SRADIUSScrKeyAAARADIUSChargingConfig = res.screens.aaa.SRADIUSScrKeyAAAContextConfig = res.screens.aaa.SRADIUSScrKeyModifyContextAAA = res.screens.aaa.SRADIUSScrKeyAAARADIUSResult = res.screens.aaa.SRADIUSScrKeyAAAGlobalConfig = res.screens.aaa.SRADIUSScrKeyModifyGlobalAAA = res.screens.aaa.SRADIUSScrKeySubsCriteria = res.screens.monitor.SMonitorFilterScrKeyFrontView = res.screens.csp.SCSPScrKeyRearView = res.screens.csp.SCSPScrKeySysInfo = res.screens.csp.SCSPScrKeyCardConfig = res.screens.csp.SCSPScrKeyPortConfig = res.screens.csp.SCSPScrKeyModifyPort = res.screens.csp.SCSPScrKeyPortInformation = res.screens.csp.SCSPScrKeyShowPortCounters = res.screens.csp.SCSPScrKeyIntfPortBind = res.screens.csp.SCSP
ScrKeyBoxerOperation = res.screens.boxerlist.BoxerOperationScrKeyNewMap = res.screens.boxerlist.NewMapScrKeySelectImage = res.screens.boxerlist.SelectImageScrKeyUserAdmin = res.screens.useradm.UserAdminScrKeyUser = res.screens.useradm.UserScrKeySubscriber = res.screens.subscriber.SubscriberScrKeyShowSubscriber = res.screens.subscriber.SShowSubscriberScrKeyShowSubscriberPDSNResult = res.screens.subscriber.SShowSubscriberPDSNResultScrKeyShowSubscriberGGSNResult = res.screens.subscriber.SShowSubscriberGGSNResultScrKeyAbout = res.topology.AboutDialogScrKeyTopology = res.topology.TopologyScrKeyPPPSession = res.screens.ppp.SPPPSessionScrKeyPPPConfig = res.screens.ppp.SPPPConfigScrKeyPPPCounter = res.screens.ppp.SPPPCounterScrKeyPPPSummary = res.screens.ppp.SPPPSummaryScrKeyPPPStat = res.screens.ppp.SPPPStatScrKeyPPPInfo = res.screens.ppp.SPPPInfoScrKeyContextAdministration = res.screens.contextlist.ContextAdministrationScrKeyContextAdd = res.screens.contextlist.ContextAddScrKeyContextModify = res.screens.contextlist.ContextModifyScrKeyAccessListUndefined = res.screens.contextlist.AccessListUndefinedScrKeyContextOperResults = res.screens.contextlist.ContextOperResultsScrKeyConfigPDSN = res.screens.pdsn.PDSNServiceScrKeyShowPDSN = res.screens.pdsn.PDSNServiceScrKeySPIBind = res.screens.pdsn.PDSNServiceScrKeyAddService = res.screens.pdsn.PDSNServiceScrKeyPDSNClosedRP = res.screens.pdsn.SPdsnClosedRPScrKeyPDSNClosedRPConfig = res.screens.pdsn.SPdsnClosedRPConfigScrKeyShowPcfStatus = res.screens.pdsn.SShowPcfStatusScrKeyUserPref = res.screens.userpreferences.UserPreferencesScrKeyAAATest = res.screens.aaa.SAAATestScrKeyAAARADIUSTest = res.screens.aaa.SRADIUSTestScrKeyAAARADIUSCounter = res.screens.aaa.SRADIUSCounter
ScrKeyAAARADIUSCounterDetails = res.screens.aaa.SRADIUSCounterScrKeyAAARADIUSAuth = res.screens.aaa.SRADIUSAuthScrKeyAAARADIUSAuthConfig = res.screens.aaa.SRADIUSAuthScrKeyAAARADIUSAcct = res.screens.aaa.SRADIUSAcctScrKeyAAAContextConfig = res.screens.aaa.SAAAContextConfigScrKeyModifyContextAAA = res.screens.aaa.SAAAContextConfigScrKeyAAARADIUSResult = res.screens.aaa.SRADIUSResultScrKeyAAAGlobalConfig = res.screens.aaa.SAAAGlobalConfigScrKeyModifyGlobalAAA = res.screens.aaa.SAAAGlobalConfigScrKeyRADIUSClientStatus = res.screens.aaa.SRADIUSClientStatusScrKeyAccessList = res.screens.vpn.AccessListScrKeyAccessListOpr = res.screens.vpn.AccessListScrKeyIPRoute = res.screens.vpn.IPRouteScrKeyIPRouteConf = res.screens.vpn.IPRouteScrKeySGetIntf = res.screens.vpn.IPRouteScrKeyIPPool = res.screens.vpn.IPPoolScrKeyIPPoolConf = res.screens.vpn.IPPoolScrKeyIPInterface = res.screens.vpn.IPInterfaceScrKeyIPInterfaceConf = res.screens.vpn.IPInterfaceScrKeyDNSConf = res.screens.vpn.SDNSConfScrKeyShowResult = res.screens.vpn.ResultCodeScrKeyIPInterfaceStats = res.screens.vpn.SIPInterfaceStatsScrKeyBusyoutRangeConf = res.screens.vpn.SBusyoutRangeConfScrKeyShowIPSP = res.screens.vpn.SShowIPSPScrKeyMonitorProtocols = res.screens.monitor.SMonitorScrKeyMonitorSubscribers = res.screens.monitor.SMonitorScrKeyProtoCriteria = res.screens.monitor.SMonitorFilterScrKeySubsCriteria = res.screens.monitor.SMonitorSubsFilterScrKeyFrontView = res.screens.csp.SIMGViewScrKeyRearView = res.screens.csp.SIMGViewScrKeySysInfo = res.screens.csp.SSysInfoScrKeyCardConfig = res.screens.csp.SCardConfig
ScrKeyPortConfig = res.screens.csp.SPortConfigScrKeyModifyPort = res.screens.csp.SModifyPortScrKeyPortInformation = res.screens.csp.SPortInformationScrKeyShowPortCounters = res.screens.csp.SShowPortCountersScrKeySystem = res.screens.csp.SSysInfoScrKeyShowCardDiag = res.screens.csp.SShowCardDiagScrKeyCardHardware = res.screens.csp.SCardHardwareScrKeyHardwareInventory = res.screens.csp.SHardwareInventoryScrKeyHardwareVersion = res.screens.csp.SHardwareVersionScrKeyShowPower = res.screens.csp.SShowPowerScrKeySoftUpgrade = res.screens.softupgrade.SSoftUpgradeScrKeyShowVersion = res.screens.softupgrade.SShowVersionScrKeyOnlinePatchUpgrade = res.screens.softupgrade.SOnlinePatchUpgradeScrKeyFCFileSelection = res.screens.softupgrade.SFileSelectionScrKeyFCFileComparisonResult = res.screens.softupgrade.SFileComparisonResultScrKeyFCRemoteFileBrowser = res.screens.softupgrade.SRemoteFileBrowserScrKeyConfigurationFileEditor = res.screens.softupgrade.SConfigurationFileEditorScrKeyBootConfiguration = res.screens.softupgrade.SBootConfigurationScrKeyMIPFA = res.screens.mip.SMIPFAScrKeyMIPFASess = res.screens.mip.SMIPFASessScrKeyMIPFAStat = res.screens.mip.SMIPFAStatScrKeyMIPHA = res.screens.mip.SMIPHAScrKeyMIPHASess = res.screens.mip.SMIPHASessScrKeyMIPHAStat = res.screens.mip.SMIPHAStatScrKeyMIPFAContext = res.screens.mip.SMIPFAContextScrKeyMIPHAContext = res.screens.mip.SMIPHAContextScrKeySubsConfig = res.screens.subscriber.SubsConfigScrKeyChangePassword = res.screens.useradm.SChangePasswordScrKeyChangePasswordDialog = res.screens.useradm.SChangePasswordDialogScrKeyDefaultSubsConfig = res.screens.subscriber.SDefaultSubsConfigScrKeySysLog = res.screens.logging.SSysLogScrKeySysLogConf = res.screens.logging.SSysLog
ScrKeyLoggingConfig = res.screens.logging.SLoggingConfigScrKeyShowResultDialog = res.screens.logging.SResultDialogScrKeySNMPShow = res.screens.snmp.SSNMPScrKeySNMPConfig = res.screens.snmp.SSNMPConfigScrKeySNMPStatistics = res.screens.snmp.SSNMPStatisticsScrKeyUserSessInfo = res.screens.security.SUserSessInfoScrKeyInstall = res.screens.license.SInstallScrKeyLicense = res.screens.license.SLicenseScrKeyClock = res.screens.clock.SClockScrKeyAudit = res.screens.audit.SAuditScrKeyAuditFilter = res.screens.audit.SAuditFilterScrKeyAuditDetails = res.screens.audit.SAuditDetailsScrKeyBulkStat = res.screens.bulkstatistics.BulkStatsScrKeyBulkStatConf = res.screens.bulkstatistics.BulkStatsScrKeyBulkAnalysis = res.screens.bulkstatistics.performancestatScrKeyGraphScreenBulk = res.screens.bulkstatistics.performancestatScrKeyPerformanceStat = res.screens.bulkstatistics.performancestatScrKeyOrbemClientSession = res.screens.orbem.SOrbemClientSessionScrKeyOrbemConfig = res.screens.orbem.SOrbemConfigScrKeyModifyOrbemConfig = res.screens.orbem.SOrbemConfigScrKeyModifyOrbemClient = res.screens.orbem.SModifyOrbemClientScrKeyUCM = res.screens.ucm.SUCMScrKeyCardMapping = res.screens.csp.SCardMappingsScrKeySysInfoAdv = res.screens.csp.SAdvDataScrKeyHalt = res.screens.csp.SHaltScrKeyMigrate = res.screens.csp.SMigrateScrKeyPriority = res.screens.csp.SPriorityScrKeySynch = res.screens.csp.SSynchScrKeyVLANDetails = res.screens.csp.SVLANDetailsScrKeyMacAddr = res.screens.csp.SPortMacAddrScrKeyPortUtilization = res.screens.csp.SPortUtilizationScrKeyAllMgr = res.screens.session.SessionSubsystemScrKeySessRecovery = res.screens.session.SSessRecoveryScrKeyShowSessionProgress = res.screens.session.SShowSessionProgress
ScrKeySessProgressFilterDlg = res.screens.session.SShowSessionProgressScrKeyGenericRP = res.screens.rp.SGenericRPScrKeyGenericBCMCS = res.screens.bcmcs.SGenericBCMCSScrKeyMulticastSessions = res.screens.bcmcs.SMulticastSessionsScrKeyMulticastSessionFilter = res.screens.bcmcs.SMulticastSessionsFilterDialogScrKeyMulticastSessionsResult = res.screens.bcmcs.SShowMulticastSessionsResultScrKeySShowCpu = res.screens.cpu.SShowCpuScrKeySShowCpuDetails = res.screens.cpu.SShowCpuScrKeySShowTask = res.screens.cpu.SShowTaskScrKeyShowResources = res.screens.cpu.SShowResourcesScrKeyTaskConfig = res.screens.cpu.STaskConfigScrKeyProcessThreshold = res.screens.process.SThresholdScrKeyCOAlarms = res.screens.alarm.SCOAlarmsScrKeyAlarmStatFilters = res.screens.alarm.SAlarmStatFiltersScrKeyAlarmStat = res.screens.alarm.SAlarmStatFiltersScrKeyEventSetFilter = res.screens.alarm.SAlarmFilterScrKeyEventConfig = res.screens.alarm.SAlarmConfigScrKeyEvent = res.screens.alarm.SAlarmViewScrKeyEventDesc = res.screens.alarm.SDescScrKeySShowAlarm = res.screens.alarm.SShowAlarmScrKeyShowAlarmStat = res.screens.alarm.SShowAlarmStatScrKeyNTP = res.screens.system.SNTPScrKeyNetReqPDPCtxtConfig = res.screens.system.SNetReqPDPCtxtConfigScrKeyNetReqPDPCtxtConfigDlg = res.screens.system.SNetReqPDPCtxtConfigScrKeySAPN = res.screens.apn.SAPNScrKeySAPNConfig = res.screens.apn.SAPNConfigScrKeySAPNStat = res.screens.apn.SAPNStatScrKeyDhcpShow = res.screens.dhcp.SDHCPShowScrKeyDhcpConfig = res.screens.dhcp.SDHCPConfigScrKeyDhcpStat = res.screens.dhcp.SDHCPStatScrKeySDHCPStatus = res.screens.dhcp.SDHCPStatusScrKeyDhcpCache = res.screens.dhcp.SDHCPCacheScrKeyDhcpTest = res.screens.dhcp.SDHCPTestScrKeyLAC = res.screens.l2tp.L2tpScrKeyLACConfig = res.screens.l2tp.L2tp
ScrKeySShowL2TP = res.screens.l2tp.L2tpScrKeyLTTPTunnelFull = res.screens.l2tp.L2tpScrKeyLTTPTunnelCntrs = res.screens.l2tp.L2tpScrKeyLTTPTunnelSummary = res.screens.l2tp.L2tpScrKeyLTTPSessionFull = res.screens.l2tp.L2tpScrKeyLTTPSessionCntrs = res.screens.l2tp.L2tpScrKeyLTTPSessionSummary = res.screens.l2tp.L2tpScrKeyLTTPStat = res.screens.l2tp.L2tpScrKeyLNSShow = res.screens.l2tp.SLNSShowScrKeyLNSConfig = res.screens.l2tp.SLNSConfigScrKeyGTPPConf = res.screens.gtpp.SGTPPConfScrKeyGTPPStat = res.screens.gtpp.SGTPPStatScrKeyGTPPTest = res.screens.gtpp.SGTPPTestScrKeyGSNConf = res.screens.gtpp.SGSNScrKeyGTPPInterimNow = res.screens.gtpp.SGTPPInterimNowScrKeyShowGTPPCounters = res.screens.gtpp.SShowGTPPCountersScrKeyGTPPStorageSrvStat = res.screens.gtpp.SGTPPStorageServerStatisticsScrKeyGGSNService = res.screens.ggsn.SGGSNServiceScrKeyGGSNServiceInfo = res.screens.ggsn.SGGSNServiceInfoScrKeyGGSNServiceConfig = res.screens.ggsn.SGGSNServiceConfigScrKeyGTPCStat = res.screens.gtpc.SGTPCStatisticsScrKeyGTPCTest = res.screens.gtpc.SGTPCTestScrKeyIPSecMap = res.screens.ipsec.SIPSecMapScrKeyIsakmp = res.screens.ipsec.SIsakmpScrKeyIsakmpSA = res.screens.ipsec.SIsakmpSAScrKeyTransform = res.screens.ipsec.STransformScrKeyIPSecSA = res.screens.ipsec.SIPSecSAScrKeyIPSecStat = res.screens.ipsec.SIPSecStatScrKeyPeriodicSaveBoxerCfg = res.screens.configbackup.SPeriodicSaveBoxerCfgScrKeyIPRIPConfig = res.screens.rip.SIPRIPConfigScrKeyIPRIPConfigDlg = res.screens.rip.SIPRIPConfigScrKeyShowRouterRIPConfig = res.screens.rip.SRouterRIPConfigScrKeyModifyRouterRIPConfig = res.screens.rip.SRouterRIPConfigScrKeyKeyChainConfig = res.screens.rip.SKeyChainConfigurationScrKeyAddKeyChain = res.screens.rip.SKeyChainConfiguration
ScrKeyModifyKeyChainConfig = res.screens.rip.SModifyKeyChainConfigScrKeyExternalInlineServer = res.screens.vpn.SExternalInlineServerScrKeyIPPoolDefConfig = res.screens.vpn.SIPPoolDefaultConfigScrKeyAddBusyoutRangeConf = res.screens.vpn.SAddBusyoutRangeConfScrKeySFetchNonLocalInfo= res.globalcommon.FetchNonLocalInfoScrKeySThreshShow = res.screens.threshold.SThreshShowScrKeyThreshConfig = res.screens.threshold.SThreshConfigScrKeySCongestionControl = res.screens.threshold.SCongestionControlScrKeyCongestionControlStat = res.screens.threshold.SCongestionControlStatScrKeyShowNRPC = res.screens.system.SShowNRPCScrKeyNewCallPolicy = res.screens.system.SNewCallPolicyScrKeySBannerDisplay = res.screens.system.SBannerDisplayScrKeyShowSessionDuration = res.screens.session.SShowSessionDurationScrKeySessDurationFilterDlg = res.screens.session.SShowSessionDurationScrKeySessionDisconnectStatistics = res.screens.session.SessionDisconnectStatisticsScrKeySessionSetuptimeStat = res.screens.session.SSessionSetuptimeStatScrKeyPortMonitor = res.screens.portmonitor.SPortMonitorScrKeyNetworkReachability = res.screens.nr.SNetworkReachabilityScrKeyNrConfig = res.screens.nr.SNrConfigScrKeySShowVMGAll = res.screens.vmg.SShowVMGAllScrKeySShowVMGInterfaces = res.screens.vmg.SShowVMGInterfacesScrKeySShowVMGGCPStat = res.screens.vmg.SShowVMGGCPStatScrKeyVMGgpdsps = res.screens.vmg.SVMGgpdspsScrKeyGTPCInfo = res.screens.gtpc.SGTPCInfoScrKeyGTPCCounters = res.screens.gtpc.SGTPCCountersScrKeyGTPCSummary = res.screens.gtpc.SGTPCSummaryScrKeyGTPCSession = res.screens.gtpc.SGTPCSession
ScrKeyAlarmScheduler = res.screens.alarm.SAlarmSchedulerScrIDGraphConfig = res.graphs.SGraphConfigScrKeyGraphFilter = res.graphs.SGraphFilterScrKeyGraphScreen = res.graphs.SGraphScreenScrKeyIPPoolDetail = res.screens.vpn.IPPoolScrKeyIMGFileBrowser = res.screens.softupgrade.SIMGFileBrowserScrKeyShowGTPPStorageServerCounters = res.screens.gtpp.SSCounterDialogScrKeyOSPFExceptionHandler = res.screens.ospf.SOSPFExceptionHandlerScrKeyShowOSPFInformation = res.screens.ospf.SShowOSPFInformationScrKeyShowOSPFInterface = res.screens.ospf.SShowOSPFInterfaceScrKeyShowOSPFNeighbor = res.screens.ospf.SShowOSPFNeighborScrKeyOSPFConfiguration = res.screens.ospf.SOSPFConfigurationScrKeyModifyOSPFConfiguration = res.screens.ospf.SModifyOSPFConfigurationScrKeySDHCPExcpHandler = res.screens.dhcp.SDHCPExcpHandlerScrKeySDHCPServiceConfig = res.screens.dhcp.SDHCPServiceConfigScrKeySDHCPDetails = res.screens.dhcp.SDHCPDetailsScrKeySDHCPShowConfig = res.screens.dhcp.SDHCPShowConfigScrKeyUDR = res.screens.cdr.SCDRScrKeyUDRConfig = res.screens.cdr.SCDRConfigScrKeyShowOSPFBorderRouters = res.screens.ospf.SShowOSPFBorderRoutersScrKeyShowOSPFRoute = res.screens.ospf.SShowOSPFRouteScrKeyShowOSPFDatabase = res.screens.ospf.SShowOSPFDatabaseScrKeyShowOSPFDebugging = res.screens.ospf.SShowOSPFDebuggingScrKeySPIOTiming=res.screens.csp.SSPIOTimingScrKeyQosNpuStats=res.screens.npu.SQosNpuStatsScrKeyShowQoSNPUTrafficBanwidth = res.screens.npu.SShowQoSNPUTrafficBandwidthScrKeySQosnpuConfig = res.screens.npu.SQosnpuConfigScrKeyIPOSPFInterface = res.screens.ospf.SIPOSPFInterface
ScrKeyModifyIPOSPFInterface = res.screens.ospf.SModifyIPOSPFInterfaceScrKeySDHCPStatistics = res.screens.dhcp.SDHCPStatisticsScrKeyModifyOSPFDebugging = res.screens.ospf.SModifyOSPFDebuggingScrKeyOSPFAreaConfiguration = res.screens.ospf.SOSPFAreaConfigurationScrKeyVirtualLinks = res.screens.ospf.SVirtualLinksScrKeyModifyOSPFAreaConfiguration = res.screens.ospf.SModifyOSPFAreaConfigurationScrKeyBoundPortCounters = res.screens.csp.SBoundPortCountersScrKeyIsakmpKeepAlive = res.screens.ipsec.SIsakmpKeepAliveScrKeyCryptoGroupConfig = res.screens.ipsec.SCryptoGroupConfigScrKeyCryptoGroup = res.screens.ipsec.SShowCryptoGroupScrKeyModifySchema = res.screens.bulkstatistics.SModifySchemaScrKeyShowOSPFNeighborDetail = res.screens.ospf.SShowOSPFNeighborDetailScrKeySDHCPInfo = res.screens.dhcp.SDHCPInfoScrKeyModifyFileSystem = res.screens.softupgrade.SModifyFileSystemScrKeyChargingService = res.screens.chargingservice.SChargingServiceScrKeyModifyChargingServiceConfig = res.screens.chargingservice.SChargingServiceScrKeyCSService = res.screens.css.SCSServiceScrKeyCSServiceConfig =res.screens.css.SAddCSServiceScrKeyCSSServer =res.screens.css.SCSSServerScrKeyCSSServerConfig=res.screens.css.SCSSServerConfigScrKeyCSSDelSeq =res.screens.css.SCSSDeliverySequenceScrKeyCSSDelSeqConfig =res.screens.css.SCSSDeliverySequenceConfigScrKeySGlobalConfiguration =res.screens.chargingservice.SGlobalConfigurationScrKeySCSDetails=res.screens.chargingservice.SCSDetailsScrKeyChargingServiceFlows=res.screens.chargingservice.SChargingServiceFlowsScrKeyChargingServiceSessions = res.screens.chargingservice.SChargingServiceSessions
ScrKeyChargingServiceManagerStats = res.screens.chargingservice.SChargingServiceManagerStatsScrKeyIPAccessGroupStatistics=res.screens.vpn.SIPAccessGroupStatisticsScrKeyCommonClass=res.utils.SCommonClassScrKeySDataHandler=res.utils.SDataHandlerScrKeyAAARADIUSCharging = res.screens.aaa.SRADIUSChargingScrKeyAAARADIUSChargingConfig = res.screens.aaa.SRADIUSChargingScrKeyEDR = res.screens.cdr.SEDRScrKeyEDRConfig = res.screens.cdr.SEDRConfigScrKeyShowASInfo=res.screens.vmg.SShowASInfoScrKeyAsSigRoute=res.screens.vmg.SAsSigRouteScrKeyAsSigRouteConfig=res.screens.vmg.SAsSigRouteConfigScrKeyAsSigSIP=res.screens.vmg.SAsSigSIPScrKeyAsSigSIPConfig=res.screens.vmg.SAsSigSIPConfigScrKeyApplicationServer = res.screens.vmg.SApplicationServerScrKeyApplicationServerConfig = res.screens.vmg.SApplicationServerConfigScrKeyAsAppDB = res.screens.vmg.SAsAppDBScrKeyAsAppDBConfig = res.screens.vmg.SAsAppDBConfigScrKeyAsAppVim = res.screens.vmg.SAsAppVimScrKeyAsAppVimConfig=res.screens.vmg.SAsAppVimConfigScrKeyAsAppChatConf = res.screens.vmg.SAsAppChatConfScrKeyAsAppChatConfConfig=res.screens.vmg.SAsAppChatConfConfigScrKeySShowVMGPacketizers=res.screens.vmg.SShowVMGPacketizersScrKeyAsChatConfTable=res.screens.vmg.SAsChatConfTableScrKeyAsChatConfTableConfig=res.screens.vmg.SAsChatConfTableConfigScrKeyVMGCall=res.screens.vmg.SShowVMGCallScrKeySShowVMGConnections=res.screens.vmg.SShowVMGConnectionsScrKeyVMG=res.screens.vmg.SVMGScrKeyVMGConfig=res.screens.vmg.SVMGConfigScrKeySShowASAnnouncements=res.screens.vmg.SShowASAnnouncementsScrKeyVMGgpdsps= res.screens.vmg.SVMGgpdsps
ScrKeyVMGVop = res.screens.vmg.SVMGVopScrKeyVMGVopConfig = res.screens.vmg.SVMGVopConfigScrKeyVmgMms = res.screens.vmg.SVmgMmsScrKeyVmgMmsConfig=res.screens.vmg.SVmgMmsConfigScrKeyVMGres=res.screens.vmg.SVMGresScrKeyVMGGcp = res.screens.vmg.SVMGGcpScrKeyVMGGcpConfig = res.screens.vmg.SVMGGcpConfigScrKeyPrepaid3GPP2Statistics = res.screens.session.SPrepaid3GPP2StatisticsScrKeyRemoteServerList = res.screens.vpn.SRemoteServerListScrKeyConfigRemoteServerList = res.screens.vpn.SConfigRemoteServerListScrKeyAsDis = res.screens.vmg.SAsDisScrKeyAsDisConfig=res.screens.vmg.SAsDisConfigScrKeyShowAsConf=res.screens.vmg.SShowAsConfScrKeyAsAppPtt = res.screens.vmg.SAsAppPttScrKeyAsAppPttConfig=res.screens.vmg.SAsAppPttConfigScrKeyVMGchannel=res.screens.vmg.SVMGchannelScrKeyAsAppVinfo = res.screens.vmg.SAsAppVinfoScrKeyAsAppVinfoConfig=res.screens.vmg.SAsAppVinfoConfigScrKeyIpv4DnsProxy=res.screens.vpn.SDNSProxyCfgScrKeyORBStats=res.screens.security.SORBStatisticsScrKeyDeleteChargingService = res.screens.chargingservice.SChargingServiceScrKeyChargingServiceOprResult = res.screens.chargingservice.SChargingServiceScrKeySTiming=res.screens.vmg.STimingScrKeyDomainConfig=res.screens.contextlist.SDomainConfigScrKeySessionCounters=res.screens.session.SShowSessionCountersScrKeySROHCStatistics=res.screens.ppp.SROHCStatisticsScrKeyIPPolicyForward=res.screens.vpn.SIPPolicyForwardScrKeyModifyIPPolicyForward=res.screens.vpn.SModifyIPPolicyForwardScrKeyMIPIPAssignment=res.screens.mip.SMIPIPAssignmentScrKeyMIPIPAssignmentConfig=res.screens.mip.SMIPIPAssignmentConfigScrKeyEnforceImsi = res.screens.system.SEnforceImsi
ScrKeyIPv6Pool = res.screens.ipv6.SIPv6PoolScrKeyIPv6PoolConf = res.screens.ipv6.SIPv6PoolConfScrKeyIPv6PoolDetail = res.screens.ipv6.SIPv6PoolDetailScrKeyIPv6ShowResult = res.screens.ipv6.SShowResultScrKeySRPConfiguration = res.screens.srp.SSRPConfigurationScrKeyModifySRPConfiguration = res.screens.srp.SModifySRPConfigurationScrKeySRPStatistics = res.screens.srp.SSRPStatisticsScrKeySRPCheckPointInfo = res.screens.srp.SSRPCheckPointInfoScrKeySRPInfo = res.screens.srp.SSRPInfoScrKeySRPMonitorInformation = res.screens.srp.SSRPMonitorInformationScrKeySupportDetails = res.screens.system.SShowSupportDetailsScrKeyBatchJobs = res.screens.monitor.SBatchJobsScrKeyShowBGP = res.screens.bgp.ShowBGPScrKeyShowBGPDebugging = res.screens.bgp.ShowBGPDebuggingScrKeyShowBGPNeighbor = res.screens.bgp.ShowBGPNeighborScrKeyShowBGPSummary = res.screens.bgp.ShowBGPSummaryScrKeyConfigUpdateScheduler = res.screens.configupdate.SConfigSchedulerScrKeyScheduledConfigUpdate = res.screens.configupdate.SScheduledConfigScrKeyConfigUpdateFilter = res.screens.configupdate.SFilterScreenScrKeyFileTransfer = res.screens.configupdate.SFileTransferScrKeyBGPConfiguration = res.screens.bgp.SBGPConfigurationScrKeyModifyBGPConfiguration = res.screens.bgp.SModifyBGPConfigurationScrKeyClearIPBGPPeer = res.screens.bgp.SClearIPBGPPeerScrKeyAsPathAccessList = res.screens.bgp.AsPathAccessListScrKeyRouteMapConfiguration = res.screens.bgp.SRouteMapConfigurationScrKeyAddModifyRouteMapConfiguration = res.screens.bgp.SAddModifyRouteMapConfigurationScrKeySConfigCriteria = res.screens.showconfig.SConfigCriteriaScrKeySViewConfig = res.screens.showconfig.SViewConfig
ScrKeyShowSystemInfo = res.screens.system.SShowSystemInfoScrKeySearchIPPoolNames = res.screens.vpn.SSearchIPPoolNamesScrKeyAppConfig = res.topology.SApplicationConfigurationScrKeySCrashList = res.screens.crashlist.SCrashListScrKeySCrashInfo = res.screens.crashlist.SCrashInfoScrKeyAddressHoldTimerInformation = res.screens.vpn.SAddressHoldTimerInformationScrKeyPoolAddressInformation = res.screens.vpn.SPoolAddressInformationScrKeySShowSigSipDns = res.screens.vmg.SShowSigSipDnsScrKeyAcsAnalyzerStatistics = res.screens.acs.SAcsAnalyzerStatisticsScrKeyShowAcsSessions = res.screens.acs.ShowAcsSessionsScrKeyShowAcsSessionsFilter = res.screens.acs.ShowAcsSessionsFilterScrKeyShowAcsFlows = res.screens.acs.ShowAcsFlowsScrKeyAcsFlowsFliter = res.screens.acs.ShowAcsFlowsFilterScrKeyShowAcsSubsystem = res.screens.acs.ShowAcsSubsystemScrKeyAsAppVimProfile = res.screens.vmg.SAsAppVimProfileScrKeyAsAppVimProfileConfig = res.screens.vmg.SAsAppVimProfileConfigScrKeyAcsCommonClass=res.screens.acs.SAcsCommonClassScrKeyAcsConf=res.screens.acs.SAcsConfScrKeyAcsOperResults=res.screens.acs.SAcsOperResultsScrKeyAcsCFPolicyConfig=res.screens.acs.SAcsCFPolicyConfigScrKeyAcsRulebaseConfig=res.screens.acs.SAcsRuleBaseConfigScrKeyAcsRuledefConfig=res.screens.acs.SAcsRuleDefConfigScrKeyACS = res.screens.acs.SACSScrKeyACSDetails = res.screens.acs.SACSDetailsScrKeyACSGeneralConfig = res.screens.acs.SACSGeneralConfigScrKeyACSChargingActionConfig = res.screens.acs.SACSChargingActionConfigScrKeyACSEDRConfig = res.screens.acs.SACSEDRConfig
ScrKeyACSUDRConfig = res.screens.acs.SACSUDRConfigScrKeyConfirmAttributeDelete = res.screens.acs.SACSEDRConfigScrKeyShowDiameterRoute = res.screens.acs.SShowDiameterRouteScrKeyDHCPTest = res.screens.dhcp.SDHCPTestScrKeyAcsChargingActionStats = res.screens.acs.SAcsChargingActionStatsScrKeyAcsRulebaseStats = res.screens.acs.SAcsRulebaseStatsScrKeyAcsRuledefStats = res.screens.acs.SAcsRuledefStatsScrKeyGTPPStorageServerStatus = res.screens.gtpp.SShowGTPPStorageServerStatusScrKeyHardwareAudit = res.screens.hwinventory.SHardwareAuditScrKeyAddComment = res.screens.hwinventory.SAddCommentScrKeyHardwareFilter = res.screens.hwinventory.SHardwareFilterScrKeyHardwareDetails = res.screens.hwinventory.SHardwareDetailsScrKeyAcsDccaStats = res.screens.acs.SAcsDccaStatsScrKeyAcsDccaConfig = res.screens.acs.SAcsDccaConfigScrKeyRouteMapEntryDetails = res.screens.bgp.SRouteMapEntryDetailsScrKeyDiameter = res.screens.acs.SDiameterScrKeyDiameterConfig = res.screens.acs.SDiameterConfigScrKeyIMGInfo = res.screens.hwinventory.SIMGInfoScrKeyDiameterPeers = res.screens.acs.SDiameterPeersScrKeyDiameterEndpoint = res.screens.acs.SDiameterEndpointScrKeyDiameterStats = res.screens.acs.SDiameterStatsScrKeyProxyDns = res.screens.vpn.SProxyDnsScrKeySelectCounters = res.screens.bulkstatistics.SSelectCountersScrKeySROHCProfile = res.screens.rohc.SROHCProfileScrKeyPeriodicBackup = res.screens.periodicbackup.SPeriodicBackupScrKeyBackupHistory = res.screens.periodicbackup.SBackupHistoryScrKeyFilterScreen = res.screens.periodicbackup.SFilterScreenScrKeyShowRsvpStatistics = res.screens.rsvp.ShowRsvpStatistics
ScrKeyShowRsvpCounters = res.screens.rsvp.ShowRsvpCountersScrKeyAlarmInformation = res.screens.alarm.AlarmInformationScrKeyRouteAccessList = res.screens.vpn.RouteAccessListxListScrKeyTrapForwarding = res.screens.alarm.TrapForwardingScrKeySMIPFAHAStatus = res.screens.mip.SMIPFAHAStatusScrKeyIPPrefixList = res.screens.vpn.IPPrefixListScrKeyOfflineUpgrade = res.screens.softupgrade.SOfflineUpgradeScrKeyClassMap = res.screens.vpn.SClassMapScrKeyPolicyMap = res.screens.vpn.SPolicyMapScrKeyPolicyGroup = res.screens.vpn.SPolicyGroupScrKeyIpRoutingMaxPath = res.screens.vpn.IPRoutingMaxPathScrKeyAccessFlowStatistics = res.screens.subscriber.AccessFlowStatisticsScrKeySAcsCreditControlSessionStates = res.screens.acs.SAcsCreditControlSessionStatesScrKeyCscfPeerServer = res.screens.ims.SCscfPeerServerScrKeyCscfPolicy = res.screens.ims.SCscfPolicyScrKeyCscfService = res.screens.ims.SCscfServiceScrKeyCscfSessTemp = res.screens.ims.SCscfSessTempScrKeyCscfRoute = res.screens.ims.SCscfRouteScrKeyCscfACL = res.screens.ims.SCscfAclScrKeyCscfTranslation = res.screens.ims.SCscfTranslationScrKeySendBroadcastMessage = res.screens.security.SBroadcastMessageScrKeySendBroadcastMessageAlert = res.screens.security.SBroadcastMessageScrKeySProtocolConfig = res.screens.p2p.SProtocolConfigScrKeySProtocolAnalysis = res.screens.p2p.SProtocolAnalysisScrKeySP2PGraphView = res.screens.p2p.SP2PGraphViewScrKeySP2PTabularView = res.screens.p2p.SP2PGraphViewScrKeyCscfURN = res.screens.ims.SCscfUrnScrKeySyslog = res.screens.syslog.SSyslogScrKeySyslogConfig = res.screens.syslog.SSyslogConfigScrKeyShowMsg = res.screens.syslog.SShowMsg
 
The temip.cfg File
This configuration file is for a flat-file based interface between WEM and TEMIP.
Important: This configuration file is customer-specific and is not operational without the appropriate license. Please contact your local sales representative for additional information.
 
The thr.cfg File
This file contains parameters pertaining to the WEM thread pool.
Caution: To ensure proper operation of the WEM, do not edit the parameters in these files.
thr.cfg File Parameters
THREAD: This is the configuration file for Thread pool.
 
The ua.cfg File
This file contains parameters pertaining to the WEM support for the ANSI T1.276 security specification. These include parameters granting and restricting access, login failures, password aging, and password complexity.
Important: Any change in the configuration files will restart the server resulting in client restart.
ua.cfg File Parameters
Security: This file contains the list of security parameters for user access to WEM.
 
The vacuum.cfg File
This file contains parameters pertaining to PostgreSQL database vacuuming.
Configuring values for CompleteDB:
vacuum.cfg File Parameters
Type: This section describes the type of vacuum to be done on database.
Important: VACUUM FULL is not recommended for routine use.
Important: It is not recommended to start table level vacuuming for all tables at the same time as it will increase number of transactions to the database. Database level vacuuming takes care of table level vacuuming, that means it vacuums whole database including all the tables present in that database so at critical point if we want to start vacuuming on all tables at the same time, at that point, we can start only database level vacuum. If we want to vacuum one or more (but not all) tables from the database, in that case we can use table level vacuuming by enabling vacuum for that tables.
 
The wblist.cfg File
This file provides information on the white black list database file paths that are mainly used for content filtering.
wblist.cfg File Parameters
WBLIST: This section describes the parameters that store Content Filtering Server information.
WblistPath = ./flash/cf/cfdatabases/wblistdb/
 
 
Appendix D
XML Output Formats
 
 
This appendix provides information about the various eXtensible Markup Language (XML) file format definitions in the Bulkstat server. The XML file format definition is based on XML schema. The 3GPP standards are followed to generate XML report files in the XML report generator. These defined file format definitions correspond to each other (except for some minor XML specific optimizations).
This chapter includes the following topics:
 
Important: Unless otherwise specified, all information in this chapter applies to both Sun Solaris- and Red Hat Enterprise Linux-based WEM systems.
 
Supported XML Output Formats
The following XML output formats are supported:
DTD Based Format: This format is DTD based and it can be enabled/disabled using the configurable parameter, ‘XMLFileFormat’ provided in the configuration file bsserver.cfg in the /<ems_dir>/etc directory.
3GPP Format: This is the new and default 3GPP recommended format to generate the XML report file. This format reduces the XML file size.
WEM generates two types of files for the above two formats. These are individual XML files for all subsystems and single XML file for all subsystems which can be configured using the parameter ‘XMLFileType’ in the bsserver.cfg file.
Refer Appendix B for information on the configurable parameters in the bsserver.cfg file.
 
Examples of XML Output Formats
This section provides the sample outputs for the DTD based and 3GPP XML formats.
 
DTD Based Format
This following output is an example of individual files for all subsystems in DTD based XML format.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE mdc SYSTEM "MeasurementStat.dtd">
<?xml-stylesheet type="text/xsl" href="simple_table.xsl" ?>
<mdc>
<mfh>
<ffv>2</ffv>
<sn>Starent Network Inc.</sn>
<st>MSC</st>
<vn>Samsung corp.</vn>
<cbt>2006-01-03 13:10:00</cbt>
</mfh>
<md>
<neid>
<neun></neun>
<nedn></nedn>
<nesw></nesw>
</neid>
<mi>
<mts>2006-01-03 13:15:00</mts>
<gp>300</gp>
<rsf>false</rsf>
<ms>
<msn>CardStat</msn>
<sf>false</sf>
<es>false</es>
<mt p="0">card</mt>
<mt p="1">cpubusy</mt>
<mt p="2">cpuidle</mt>
<mt p="3">numproc</mt>
<mt p="4">memused</mt>
<mt p="5">memtotal</mt>
<mv>
<moid> card=17 </moid>
<r p="0">6</r>
<r p="1">0.76</r>
<r p="2">99.24</r>
<r p="3">158</r>
<r p="4">1057704</r>
<r p="5">4194304</r>
</mv>
<mv>
<moid> card=8 </moid>
<r p="0">8</r>
<r p="1">0.45</r>
<r p="2">99.55</r>
<r p="3">65</r>
<r p="4">306512</r>
<r p="5">1048576</r>
</mv>
</ms>
</mi>
</md>
<mff>
<ts>2006-01-03 13:15:00</ts>
</mff>
</mdc>
This following output is an example of all subsystems in a single file in DTD based XML format.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE mdc SYSTEM "MeasurementStat.dtd">
<?xml-stylesheet type="text/xsl" href="simple_table_all.xsl" ?>
<mdc>
<mfh>
<ffv>2</ffv>
<sn>Starent Network Inc.</sn>
<st>MSC</st>
<vn>Samsung corp.</vn>
<cbt>2006-01-03 13:10:00</cbt>
</mfh>
<md>
<neid>
<neun></neun>
<nedn></nedn>
<nesw></nesw>
</neid>
<mi>
<mts>2006-01-03 13:15:00</mts>
<gp>300</gp>
<rsf>false</rsf>
<ms>
<msn>CardStat</msn>
<sf>false</sf>
<es>false</es>
<mt p="0">card</mt>
<mt p="1">cpubusy</mt>
<mt p="2">cpuidle</mt>
<mt p="3">numproc</mt>
<mt p="4">memused</mt>
<mt p="5">memtotal</mt>
<mv>
<moid> card=17 </moid>
<r p="0">17</r>
<r p="1">0</r>
<r p="2">100</r>
<r p="3">0</r>
<r p="4">0</r>
<r p="5">0</r>
</mv>
<mv>
<moid> card=8 </moid>
<r p="0">8</r>
<r p="1">0.45</r>
<r p="2">99.55</r>
<r p="3">65</r>
<r p="4">306512</r>
<r p="5">1048576</r>
</mv>
</ms>
<ms>
<msn>PortStat</msn>
<sf>false</sf>
<es>false</es>
<mt p="0">card</mt>
<mt p="1">port</mt>
<mt p="2">rxbytes</mt>
<mt p="3">txbytes</mt>
<mt p="4">ucast_inpackets</mt>
<mt p="5">ucast_outpackets</mt>
<mt p="6">mcast_inpackets</mt>
<mt p="7">mcast_outpackets</mt>
<mt p="8">bcast_inpackets</mt>
<mt p="9">bcast_outpackets</mt>
<mt p="10">rxpackets</mt>
<mt p="11">txpackets</mt>
<mt p="12">rxdiscbytes</mt>
<mt p="13">rxdiscpackets</mt>
<mt p="14">txdiscbytes</mt>
<mt p="15">txdiscpackets</mt>
<mt p="16">maxrate</mt>
<mt p="17">frag-rcvd</mt>
<mt p="18">pkt-reassembled</mt>
<mt p="19">frag-tokernel</mt>
<mv>
<moid> card=17,port=1 </moid>
<r p="0">17</r>
<r p="1">1</r>
<r p="2">43346</r>
<r p="3">1792</r>
<r p="4">328</r>
<r p="5">28</r>
<r p="6">0</r>
<r p="7">0</r>
<r p="8">1</r>
<r p="9">0</r>
<r p="10">329</r>
<r p="11">28</r>
<r p="12">0</r>
<r p="13">0</r>
<r p="14">0</r>
<r p="15">0</r>
<r p="16">0</r>
<r p="17">0</r>
<r p="18">0</r>
<r p="19">0</r>
</mv>
</ms>
<ms>
<msn>IPPoolStat</msn>
<sf>false</sf>
<es>false</es>
<mt p="0">vpnname</mt>
<mt p="1">vpnid</mt>
<mt p="2">name</mt>
<mt p="3">used</mt>
<mt p="4">hold</mt>
<mt p="5">release</mt>
<mt p="6">free</mt>
<mt p="7">type</mt>
<mt p="8">priority</mt>
<mt p="9">state</mt>
<mv>
<moid> vpnname=network,vpnid=2,name=Pool </moid>
<r p="0">network</r>
<r p="1">2</r>
<r p="2">Pool</r>
<r p="3">0</r>
<r p="4">0</r>
<r p="5">0</r>
<r p="6">254</r>
<r p="7">S</r>
<r p="8">0</r>
<r p="9">G</r>
</mv>
</ms>
</mi>
</md>
<mff>
<ts>2006-01-03 13:15:00</ts>
</mff>
</mdc>
 
3GPP Format
This following output is an example of individual files for all subsystems in 3GPP XML format.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!--?xml-stylesheet type="text/xsl" href="MeasDataCollection.xsl?"-->
<measCollecFile xmlns="http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec">
<fileHeader dnPrefix="Unknown" fileFormatVersion="2" vendorName="Sagar">
<fileSender elementType="Nikhil" localDn="Same"/>
<measCollec beginTime="2008-04-25 04:40:00"/>
</fileHeader>
<measData>
<managedElement localDn="Same" swVersion="7.1.19504" userLabel="st16"/>
<measInfo>
<job jobId="7381"/>
<granPeriod duration="PT300S" endTime="2008-04-25 04:45:00"/>
<msn>CardStat</msn>
<suspect>false</suspect>
<measTypes>card cpubusy cpuidle numproc memused memtotal</measTypes>
<measValue measObjLdn="card=22">
<measResults>22 0 100 0 0 0</measResults>
</measValue>
<measValue measObjLdn="card=24">
<measResults>24 0 100 0 0 0</measResults>
</measValue>
</measInfo>
</measData>
<fileFooter>
<measCollec endTime="2008-04-25 04:45:00"/>
</fileFooter>
</measCollecFile>
This following output is an example of all subsystems in a single file in 3GPP XML format.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!--?xml-stylesheet type="text/xsl" href="MeasDataCollection.xsl?"-->
<measCollecFile xmlns="http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec">
<fileHeader dnPrefix="Unknown" fileFormatVersion="2" vendorName="Sagar">
<fileSender elementType="Nikhil" localDn="Same"/>
<measCollec beginTime="2008-04-25 04:40:00"/>
</fileHeader>
<measData>
<managedElement localDn="Same" swVersion="7.1.19504" userLabel="st16"/>
<measInfo>
<job jobId="7381"/>
<granPeriod duration="PT300S" endTime="2008-04-25 04:45:00"/>
<msn>CardStat</msn>
 
<suspect>false</suspect>
<measTypes>card cpubusy cpuidle numproc memused memtotal</measTypes>
<measValue measObjLdn="card=22">
<measResults>22 0 100 0 0 0</measResults>
 
</measValue>
<measValue measObjLdn="card=24">
<measResults>24 0 100 0 0 0</measResults>
</measValue>
<msn>PortStat</msn>
<suspect>false</suspect>
<measTypes>card port rxbytes txbytes ucast_inpackets ucast_outpackets mcast_inpackets mcast_outpackets bcast_inpackets bcast_outpackets rxpackets txpackets rxdiscbytes rxdiscpackets txdiscbytes txdiscpackets maxrate frag-rcvd pkt-reassembled frag-tokernel</measTypes>
<measValue measObjLdn="card=22,port=1">
<measResults>22 1 1236 1024 16 16 0 0 2 0 18 16 0 0 0 0 100000000 0 0 0</measResults>
</measValue>
<measValue measObjLdn="card=22,port=2">
<measResults>22 2 212 0 0 0 0 0 2 0 2 0 0 0 0 0 100000000 0 0 0</measResults>
</measValue>
<msn>IPPoolStat</msn>
<suspect>false</suspect>
<measTypes>vpnname vpnid name startaddr groupname used hold release free type priority state</measTypes>
<measValue measObjLdn="vpnname=egress,vpnid=6,name=dynamic,startaddr=17.0.0.1,groupname=">
<measResults>egress 6 dynamic 17.0.0.1 0 0 0 65534 P 0 G</measResults>
</measValue>
<measValue measObjLdn="vpnname=egress,vpnid=6,name=static,startaddr=18.0.0.1,groupname=">
<measResults>egress 6 static 18.0.0.1 0 0 0 65534 S 0 G</measResults>
</measValue>
</measInfo>
</measData>
<fileFooter>
<measCollec endTime="2008-04-25 04:45:00"/>
</fileFooter>
</measCollecFile>
 
File Naming Conventions
The naming conventions for the files are as per 3GPP standard. The naming convention is different only for individual subsystem files where we include subsystem names in the file name (for example, “CardStat”, “PortStat”, etc.).
The following convention will be applied for measurement result file naming:
<Type><Startdate>.<Starttime>-[<Enddate>.]<Endtime>_[<UniqueId>][:<RC>]
A few examples describing the file naming convention are as follows:
Meaning: File produced by NodeB <NodeBId> on June 26, 2000, granularity period 15 minutes from 23:15 local to 23:30 local, with a time differential of +2 hours against UTC.
Meaning: File containing results for multiple NEs, produced by EM <EMId> on December 24, 2002, granularity period 5 minutes from 17:00 local to 17:05 local, with a time differential of –11:30 hours against UTC.
Meaning: File containing results for NEs belonging to domain <DomainId>, start of first granularity period 07 September 2005, 10:30 local, end of last granularity period 09 September 2005, 15:00 local, with a time differential of 0 against UTC. This file is produced by the EM managing the domain, and it is the second file for this domain/granularity periods combination.
 
Supported Standards
WEM complies with the following 3rd Generation Partnership Project (3GPP) standards for generation of XML report files in DTD based format and 3GPP format respectively.
3GPP TS 32.401 V4.1.0 (2001-12): “Concept and Requirements”
3GPP TS 32.435 V6.2.0 (2006-03): “Performance measurement: eXtensible Markup Language (XML) file format definition”
 
Understanding WEM Bulk Statistics Output in XML Reports
WEM can be configured to generate bulk statistics reports in XML format at user-defined intervals. The reports generate statistical output based on the bulk statistic type (Counter or Gauge) and its availability (e.g., per context, per service, per APN or across all services on the system). For bulk statistics of type “Incremental,” WEM will calculate and generate a delta value. For bulk statistics of type “Gauge,” WEM always provides the absolute value.
Important: A bulk statistic type of 'Counter' is referred to as an 'Incremental Counter' in WEM files.
 
How WEM Parses Bulk Statistic Data
The ASR 5000 chassis keeps a running aggregate total of bulk statistics configured for collection. The total continues to increase until the counters are cleared or the chassis is reset. However, the XML reports generated by WEM do not provide a running aggregate total for each statistical value of a counter of type “Incremental.” Instead, WEM performs a calculation on each bulk statistic counter configured for the XML report so that only the incremental value for a configured time interval appears in the generated report.
Once bulk statistic generation is enabled, WEM uses the first configured report interval to obtain the raw statistical value for each configured bulk statistic. This first group of statistical values will be used by the system as a reference value for each of the bulk statistics configured to appear in the report. WEM does not generate a report based on this first group of reference values.
When the second configured report interval is reached, WEM obtains the raw statistical value from the ASR 5000 chassis, compares those values to the reference values obtained from the first interval, and outputs the delta to the XML report. This process continues for each scheduled time interval, with the latest interval’s statistical output being compared against the previous one, and the delta being generated in succeeding XML reports.
 
Important: WEM must be able to reference two consecutive bulk statistics collection records before it can generate an XML report. If two consecutive records are not found, WEM does not generate a report.
 
Example
In this example, a WEM user has enabled bulk statistic collection to occur at 15-minute intervals beginning at 11:00. WEM will then use the information gathered from the ASR 5000 to calculate the incremental totals for each 15-minute interval and output them to reports in XML format.
 
1.
2.
3.
4.
 
Example: Incremental Bulk Statistic Calculations for a WEM XML Report
100 (200-100=100)
200 (400-200=200)
600 (1000-400=600)
500 (1500-1000=500)
 
Sample XML Bulk Statistics Report
The generated XML report includes the following information:
Example WEM XML Report (3GPP 6.2.0 Format)
 
 
 

Cisco Systems Inc.
Tel: 408-526-4000
Fax: 408-527-0883